package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "depd@1.1.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "depd@1.1.2",
  10. "_id": "depd@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
  13. "_location": "/depd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "depd@1.1.2",
  19. "name": "depd",
  20. "escapedName": "depd",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/express",
  28. "/http-errors",
  29. "/send",
  30. "/serve-index/http-errors"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  33. "_spec": "1.1.2",
  34. "_where": "E:\\amr1.0\\AMR",
  35. "author": {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. "browser": "lib/browser/index.js",
  40. "bugs": {
  41. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  42. },
  43. "description": "Deprecate all the things",
  44. "devDependencies": {
  45. "beautify-benchmark": "0.2.4",
  46. "benchmark": "2.1.4",
  47. "eslint": "3.19.0",
  48. "eslint-config-standard": "7.1.0",
  49. "eslint-plugin-markdown": "1.0.0-beta.7",
  50. "eslint-plugin-promise": "3.6.0",
  51. "eslint-plugin-standard": "3.0.1",
  52. "istanbul": "0.4.5",
  53. "mocha": "~1.21.5"
  54. },
  55. "engines": {
  56. "node": ">= 0.6"
  57. },
  58. "files": [
  59. "lib/",
  60. "History.md",
  61. "LICENSE",
  62. "index.js",
  63. "Readme.md"
  64. ],
  65. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  66. "keywords": [
  67. "deprecate",
  68. "deprecated"
  69. ],
  70. "license": "MIT",
  71. "name": "depd",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  75. },
  76. "scripts": {
  77. "bench": "node benchmark/index.js",
  78. "lint": "eslint --plugin markdown --ext js,md .",
  79. "test": "mocha --reporter spec --bail test/",
  80. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  82. },
  83. "version": "1.1.2"
  84. }