package.json 2.1 KB

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