| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "decode-uri-component@0.4.1",
- "_id": "decode-uri-component@0.4.1",
- "_inBundle": false,
- "_integrity": "sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ==",
- "_location": "/decode-uri-component",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "decode-uri-component@0.4.1",
- "name": "decode-uri-component",
- "escapedName": "decode-uri-component",
- "rawSpec": "0.4.1",
- "saveSpec": null,
- "fetchSpec": "0.4.1"
- },
- "_requiredBy": [
- "/query-string"
- ],
- "_resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.4.1.tgz",
- "_shasum": "2ac4859663c704be22bf7db760a1494a49ab2cc5",
- "_spec": "decode-uri-component@0.4.1",
- "_where": "D:\\Desktop\\本地生活服务客户端\\LocalLivingServicesUniapp\\node_modules\\query-string",
- "author": {
- "name": "Sam Verschueren",
- "email": "sam.verschueren@gmail.com",
- "url": "github.com/SamVerschueren"
- },
- "bugs": {
- "url": "https://github.com/SamVerschueren/decode-uri-component/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A better decodeURIComponent",
- "devDependencies": {
- "ava": "^5.1.0",
- "coveralls": "^3.1.1",
- "nyc": "^15.1.0",
- "tsd": "^0.25.0",
- "xo": "^0.53.1"
- },
- "engines": {
- "node": ">=14.16"
- },
- "exports": {
- "types": "./index.d.ts",
- "default": "./index.js"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/SamVerschueren/decode-uri-component#readme",
- "keywords": [
- "decode",
- "uri",
- "component",
- "decodeuricomponent",
- "components",
- "decoder",
- "url"
- ],
- "license": "MIT",
- "name": "decode-uri-component",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/SamVerschueren/decode-uri-component.git"
- },
- "scripts": {
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "test": "xo && nyc ava && tsd"
- },
- "tsd": {
- "compilerOptions": {
- "module": "node16"
- }
- },
- "type": "module",
- "version": "0.4.1"
- }
|