{
|
|
"_from": "@ungap/structured-clone@^1.2.0",
|
|
"_id": "@ungap/structured-clone@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
|
|
"_location": "/@ungap/structured-clone",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@ungap/structured-clone@^1.2.0",
|
|
"name": "@ungap/structured-clone",
|
|
"escapedName": "@ungap%2fstructured-clone",
|
|
"scope": "@ungap",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
|
|
"_shasum": "756641adb587851b5ccb3e095daf27ae581c8406",
|
|
"_spec": "@ungap/structured-clone@^1.2.0",
|
|
"_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
|
|
"author": {
|
|
"name": "Andrea Giammarchi"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ungap/structured-clone/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A structuredClone polyfill",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
"@rollup/plugin-terser": "^0.4.1",
|
|
"ascjs": "^5.0.1",
|
|
"c8": "^7.13.0",
|
|
"coveralls": "^3.1.1",
|
|
"rollup": "^3.21.4"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/index.js",
|
|
"default": "./cjs/index.js"
|
|
},
|
|
"./json": {
|
|
"import": "./esm/json.js",
|
|
"default": "./cjs/json.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://github.com/ungap/structured-clone#readme",
|
|
"keywords": [
|
|
"recursion",
|
|
"structured",
|
|
"clone",
|
|
"algorithm"
|
|
],
|
|
"license": "ISC",
|
|
"main": "./cjs/index.js",
|
|
"module": "./esm/index.js",
|
|
"name": "@ungap/structured-clone",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ungap/structured-clone.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run cjs && npm run rollup:json && npm run test",
|
|
"cjs": "ascjs esm cjs",
|
|
"coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info",
|
|
"rollup:json": "rollup --config rollup/json.config.js",
|
|
"test": "c8 node test/index.js"
|
|
},
|
|
"type": "module",
|
|
"version": "1.2.0"
|
|
}
|