package.json 2.1 KB

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