{ "_from": "structured-clone-es@^1.0.0", "_id": "structured-clone-es@1.0.0", "_inBundle": false, "_integrity": "sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==", "_location": "/structured-clone-es", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "structured-clone-es@^1.0.0", "name": "structured-clone-es", "escapedName": "structured-clone-es", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/@nuxt/devtools" ], "_resolved": "https://registry.npmmirror.com/structured-clone-es/-/structured-clone-es-1.0.0.tgz", "_shasum": "cc37f73c519c0d9e5d8d8efd3a7a9250207e688d", "_spec": "structured-clone-es@^1.0.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/@nuxt/devtools", "author": { "name": "Andrea Giammarchi" }, "bugs": { "url": "https://github.com/antfu/structured-clone-es/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A re-distribution of @ungap/structured-clone for Node.js comptaible ES Modules", "devDependencies": { "@antfu/eslint-config": "^3.14.0", "@antfu/ni": "^23.2.0", "@antfu/utils": "^8.1.0", "@types/node": "^22.10.6", "@types/ungap__structured-clone": "^1.2.0", "@ungap/structured-clone": "^1.2.1", "bumpp": "^9.10.1", "eslint": "^9.18.0", "lint-staged": "^15.3.0", "pnpm": "^9.15.4", "simple-git-hooks": "^2.11.1", "tsx": "^4.19.2", "typescript": "^5.7.3", "unbuild": "^3.3.1", "vite": "^6.0.7" }, "exports": { ".": "./dist/index.mjs" }, "files": [ "dist" ], "homepage": "https://github.com/antfu/structured-clone-es#readme", "keywords": [], "license": "ISC", "lint-staged": { "*": "eslint --fix" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "name": "structured-clone-es", "repository": { "type": "git", "url": "git+https://github.com/antfu/structured-clone-es.git" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "release": "bumpp && pnpm publish", "start": "tsx src/index.ts", "typecheck": "tsc --noEmit" }, "sideEffects": false, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "type": "module", "types": "./dist/index.d.mts", "version": "1.0.0" }