package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "encodeurl@1.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "encodeurl@1.0.2",
  10. "_id": "encodeurl@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  13. "_location": "/encodeurl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "encodeurl@1.0.2",
  19. "name": "encodeurl",
  20. "escapedName": "encodeurl",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/connect/finalhandler",
  27. "/express",
  28. "/finalhandler",
  29. "/send",
  30. "/serve-static"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/encodeurl/download/encodeurl-1.0.2.tgz",
  33. "_spec": "1.0.2",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  35. "bugs": {
  36. "url": "https://github.com/pillarjs/encodeurl/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. }
  43. ],
  44. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  45. "devDependencies": {
  46. "eslint": "3.19.0",
  47. "eslint-config-standard": "10.2.1",
  48. "eslint-plugin-import": "2.8.0",
  49. "eslint-plugin-node": "5.2.1",
  50. "eslint-plugin-promise": "3.6.0",
  51. "eslint-plugin-standard": "3.0.1",
  52. "istanbul": "0.4.5",
  53. "mocha": "2.5.3"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "LICENSE",
  60. "HISTORY.md",
  61. "README.md",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  65. "keywords": [
  66. "encode",
  67. "encodeurl",
  68. "url"
  69. ],
  70. "license": "MIT",
  71. "name": "encodeurl",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/pillarjs/encodeurl.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  80. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  81. },
  82. "version": "1.0.2"
  83. }