No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 2.3 KiB

hace 3 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "depd@1.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "depd@1.1.2",
  9. "_id": "depd@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
  12. "_location": "/depd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "depd@1.1.2",
  18. "name": "depd",
  19. "escapedName": "depd",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/body-parser/http-errors",
  27. "/express",
  28. "/express/send",
  29. "/http-errors",
  30. "/send",
  31. "/send/http-errors",
  32. "/serve-index/http-errors"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  35. "_spec": "1.1.2",
  36. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  37. "author": {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. "browser": "lib/browser/index.js",
  42. "bugs": {
  43. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  44. },
  45. "description": "Deprecate all the things",
  46. "devDependencies": {
  47. "beautify-benchmark": "0.2.4",
  48. "benchmark": "2.1.4",
  49. "eslint": "3.19.0",
  50. "eslint-config-standard": "7.1.0",
  51. "eslint-plugin-markdown": "1.0.0-beta.7",
  52. "eslint-plugin-promise": "3.6.0",
  53. "eslint-plugin-standard": "3.0.1",
  54. "istanbul": "0.4.5",
  55. "mocha": "~1.21.5"
  56. },
  57. "engines": {
  58. "node": ">= 0.6"
  59. },
  60. "files": [
  61. "lib/",
  62. "History.md",
  63. "LICENSE",
  64. "index.js",
  65. "Readme.md"
  66. ],
  67. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  68. "keywords": [
  69. "deprecate",
  70. "deprecated"
  71. ],
  72. "license": "MIT",
  73. "name": "depd",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  77. },
  78. "scripts": {
  79. "bench": "node benchmark/index.js",
  80. "lint": "eslint --plugin markdown --ext js,md .",
  81. "test": "mocha --reporter spec --bail test/",
  82. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  83. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  84. },
  85. "version": "1.1.2"
  86. }