package.json 2.2 KB

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