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.

108 lines
2.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "depd@~1.1.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/express"
  6. ]
  7. ],
  8. "_from": "depd@>=1.1.2 <1.2.0",
  9. "_id": "depd@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/depd",
  13. "_nodeVersion": "6.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/depd-1.1.2.tgz_1515736023686_0.5012104702182114"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "depd",
  26. "raw": "depd@~1.1.2",
  27. "rawSpec": "~1.1.2",
  28. "scope": null,
  29. "spec": ">=1.1.2 <1.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/body-parser",
  34. "/express",
  35. "/http-errors",
  36. "/send",
  37. "/serve-index/http-errors"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  40. "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
  41. "_shrinkwrap": null,
  42. "_spec": "depd@~1.1.2",
  43. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/express",
  44. "author": {
  45. "email": "doug@somethingdoug.com",
  46. "name": "Douglas Christopher Wilson"
  47. },
  48. "browser": "lib/browser/index.js",
  49. "bugs": {
  50. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Deprecate all the things",
  54. "devDependencies": {
  55. "beautify-benchmark": "0.2.4",
  56. "benchmark": "2.1.4",
  57. "eslint": "3.19.0",
  58. "eslint-config-standard": "7.1.0",
  59. "eslint-plugin-markdown": "1.0.0-beta.7",
  60. "eslint-plugin-promise": "3.6.0",
  61. "eslint-plugin-standard": "3.0.1",
  62. "istanbul": "0.4.5",
  63. "mocha": "~1.21.5"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
  68. "tarball": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 0.6"
  72. },
  73. "files": [
  74. "History.md",
  75. "LICENSE",
  76. "Readme.md",
  77. "index.js",
  78. "lib/"
  79. ],
  80. "gitHead": "9a789740084d4f07a3a611432435ae4671f722ff",
  81. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  82. "keywords": [
  83. "deprecate",
  84. "deprecated"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "dougwilson",
  90. "email": "doug@somethingdoug.com"
  91. }
  92. ],
  93. "name": "depd",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  99. },
  100. "scripts": {
  101. "bench": "node benchmark/index.js",
  102. "lint": "eslint --plugin markdown --ext js,md .",
  103. "test": "mocha --reporter spec --bail test/",
  104. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  105. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  106. },
  107. "version": "1.1.2"
  108. }