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.

package.json 2.1KB

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