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.

101 lines
2.5 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "depd@~1.0.0",
  6. "scope": null,
  7. "escapedName": "depd",
  8. "name": "depd",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "depd@>=1.0.0 <1.1.0",
  17. "_id": "depd@1.0.1",
  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.0.0",
  28. "scope": null,
  29. "escapedName": "depd",
  30. "name": "depd",
  31. "rawSpec": "~1.0.0",
  32. "spec": ">=1.0.0 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/send"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.0.1.tgz",
  40. "_shasum": "80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa",
  41. "_shrinkwrap": null,
  42. "_spec": "depd@~1.0.0",
  43. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  44. "author": {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  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": "1.0.0",
  56. "istanbul": "0.3.5",
  57. "mocha": "~1.21.5"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa",
  62. "tarball": "https://registry.npmjs.org/depd/-/depd-1.0.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  66. },
  67. "files": [
  68. "lib/",
  69. "History.md",
  70. "LICENSE",
  71. "index.js",
  72. "Readme.md"
  73. ],
  74. "gitHead": "769e0f8108463c35a6937a9d634ab19fee45100a",
  75. "homepage": "https://github.com/dougwilson/nodejs-depd",
  76. "keywords": [
  77. "deprecate",
  78. "deprecated"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "dougwilson",
  84. "email": "doug@somethingdoug.com"
  85. }
  86. ],
  87. "name": "depd",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  93. },
  94. "scripts": {
  95. "bench": "node benchmark/index.js",
  96. "test": "mocha --reporter spec --bail test/",
  97. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  98. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  99. },
  100. "version": "1.0.1"
  101. }