package.json 2.1 KB

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