package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "decode-uri-component@0.4.1",
  3. "_id": "decode-uri-component@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ==",
  6. "_location": "/decode-uri-component",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "decode-uri-component@0.4.1",
  12. "name": "decode-uri-component",
  13. "escapedName": "decode-uri-component",
  14. "rawSpec": "0.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.4.1"
  17. },
  18. "_requiredBy": [
  19. "/query-string"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.4.1.tgz",
  22. "_shasum": "2ac4859663c704be22bf7db760a1494a49ab2cc5",
  23. "_spec": "decode-uri-component@0.4.1",
  24. "_where": "D:\\Desktop\\本地生活服务客户端\\LocalLivingServicesUniapp\\node_modules\\query-string",
  25. "author": {
  26. "name": "Sam Verschueren",
  27. "email": "sam.verschueren@gmail.com",
  28. "url": "github.com/SamVerschueren"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/SamVerschueren/decode-uri-component/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A better decodeURIComponent",
  36. "devDependencies": {
  37. "ava": "^5.1.0",
  38. "coveralls": "^3.1.1",
  39. "nyc": "^15.1.0",
  40. "tsd": "^0.25.0",
  41. "xo": "^0.53.1"
  42. },
  43. "engines": {
  44. "node": ">=14.16"
  45. },
  46. "exports": {
  47. "types": "./index.d.ts",
  48. "default": "./index.js"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/SamVerschueren/decode-uri-component#readme",
  55. "keywords": [
  56. "decode",
  57. "uri",
  58. "component",
  59. "decodeuricomponent",
  60. "components",
  61. "decoder",
  62. "url"
  63. ],
  64. "license": "MIT",
  65. "name": "decode-uri-component",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/SamVerschueren/decode-uri-component.git"
  69. },
  70. "scripts": {
  71. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  72. "test": "xo && nyc ava && tsd"
  73. },
  74. "tsd": {
  75. "compilerOptions": {
  76. "module": "node16"
  77. }
  78. },
  79. "type": "module",
  80. "version": "0.4.1"
  81. }