您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.3 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "statuses@1.3.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "statuses@1.3.1",
  9. "_id": "statuses@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
  12. "_location": "/statuses",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "statuses@1.3.1",
  18. "name": "statuses",
  19. "escapedName": "statuses",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/finalhandler"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
  28. "_spec": "1.3.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/statuses/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Jonathan Ong",
  40. "email": "me@jongleberry.com",
  41. "url": "http://jongleberry.com"
  42. }
  43. ],
  44. "description": "HTTP status utility",
  45. "devDependencies": {
  46. "csv-parse": "1.1.7",
  47. "eslint": "3.10.0",
  48. "eslint-config-standard": "6.2.1",
  49. "eslint-plugin-promise": "3.3.2",
  50. "eslint-plugin-standard": "2.0.1",
  51. "istanbul": "0.4.5",
  52. "mocha": "1.21.5",
  53. "stream-to-array": "2.3.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.6"
  57. },
  58. "files": [
  59. "HISTORY.md",
  60. "index.js",
  61. "codes.json",
  62. "LICENSE"
  63. ],
  64. "homepage": "https://github.com/jshttp/statuses#readme",
  65. "keywords": [
  66. "http",
  67. "status",
  68. "code"
  69. ],
  70. "license": "MIT",
  71. "name": "statuses",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jshttp/statuses.git"
  75. },
  76. "scripts": {
  77. "build": "node scripts/build.js",
  78. "fetch": "node scripts/fetch.js",
  79. "lint": "eslint .",
  80. "test": "mocha --reporter spec --check-leaks --bail test/",
  81. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  82. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  83. "update": "npm run fetch && npm run build"
  84. },
  85. "version": "1.3.1"
  86. }