package.json 2.3 KB

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