package.json 2.6 KB

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