package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "depd@~1.1.2",
  3. "_id": "depd@1.1.2",
  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. "/express",
  21. "/express/body-parser",
  22. "/express/http-errors",
  23. "/http-errors",
  24. "/send",
  25. "/send/http-errors"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  28. "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
  29. "_spec": "depd@~1.1.2",
  30. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\body-parser",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "browser": "lib/browser/index.js",
  36. "bugs": {
  37. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Deprecate all the things",
  42. "devDependencies": {
  43. "beautify-benchmark": "0.2.4",
  44. "benchmark": "2.1.4",
  45. "eslint": "3.19.0",
  46. "eslint-config-standard": "7.1.0",
  47. "eslint-plugin-markdown": "1.0.0-beta.7",
  48. "eslint-plugin-promise": "3.6.0",
  49. "eslint-plugin-standard": "3.0.1",
  50. "istanbul": "0.4.5",
  51. "mocha": "~1.21.5"
  52. },
  53. "engines": {
  54. "node": ">= 0.6"
  55. },
  56. "files": [
  57. "lib/",
  58. "History.md",
  59. "LICENSE",
  60. "index.js",
  61. "Readme.md"
  62. ],
  63. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  64. "keywords": [
  65. "deprecate",
  66. "deprecated"
  67. ],
  68. "license": "MIT",
  69. "name": "depd",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  73. },
  74. "scripts": {
  75. "bench": "node benchmark/index.js",
  76. "lint": "eslint --plugin markdown --ext js,md .",
  77. "test": "mocha --reporter spec --bail test/",
  78. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  80. },
  81. "version": "1.1.2"
  82. }