You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "depd@~1.1.2",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "depd@>=1.1.2 <1.2.0",
  9. "_id": "depd@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/depd",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/depd-1.1.2.tgz_1515736023686_0.5012104702182114"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "depd",
  26. "raw": "depd@~1.1.2",
  27. "rawSpec": "~1.1.2",
  28. "scope": null,
  29. "spec": ">=1.1.2 <1.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/body-parser",
  34. "/express",
  35. "/http-errors",
  36. "/send"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  39. "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
  40. "_shrinkwrap": null,
  41. "_spec": "depd@~1.1.2",
  42. "_where": "/var/www/noelle.codes/node/node_modules/express",
  43. "author": {
  44. "email": "doug@somethingdoug.com",
  45. "name": "Douglas Christopher Wilson"
  46. },
  47. "browser": "lib/browser/index.js",
  48. "bugs": {
  49. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Deprecate all the things",
  53. "devDependencies": {
  54. "beautify-benchmark": "0.2.4",
  55. "benchmark": "2.1.4",
  56. "eslint": "3.19.0",
  57. "eslint-config-standard": "7.1.0",
  58. "eslint-plugin-markdown": "1.0.0-beta.7",
  59. "eslint-plugin-promise": "3.6.0",
  60. "eslint-plugin-standard": "3.0.1",
  61. "istanbul": "0.4.5",
  62. "mocha": "~1.21.5"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
  67. "tarball": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
  68. },
  69. "engines": {
  70. "node": ">= 0.6"
  71. },
  72. "files": [
  73. "History.md",
  74. "LICENSE",
  75. "Readme.md",
  76. "index.js",
  77. "lib/"
  78. ],
  79. "gitHead": "9a789740084d4f07a3a611432435ae4671f722ff",
  80. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  81. "keywords": [
  82. "deprecate",
  83. "deprecated"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "dougwilson",
  89. "email": "doug@somethingdoug.com"
  90. }
  91. ],
  92. "name": "depd",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  98. },
  99. "scripts": {
  100. "bench": "node benchmark/index.js",
  101. "lint": "eslint --plugin markdown --ext js,md .",
  102. "test": "mocha --reporter spec --bail test/",
  103. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  104. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  105. },
  106. "version": "1.1.2"
  107. }