{ "_from": "destr@^1.1.0", "_id": "destr@1.1.1", "_inBundle": false, "_integrity": "sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg==", "_location": "/destr", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "destr@^1.1.0", "name": "destr", "escapedName": "destr", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/@nuxt/cli", "/@nuxt/config", "/@nuxt/telemetry", "/rc9" ], "_resolved": "https://registry.npmjs.org/destr/-/destr-1.1.1.tgz", "_shasum": "910457d10a2f2f247add4ca4fdb4a03adcc49079", "_spec": "destr@^1.1.0", "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli", "bugs": { "url": "https://github.com/unjs/destr/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A faster, secure and convenient alternative for JSON.parse", "devDependencies": { "@hapi/bourne": "latest", "@nuxtjs/eslint-config-typescript": "latest", "benchmark": "latest", "eslint": "latest", "rollup-plugin-typescript2": "latest", "secure-json-parse": "latest", "standard-version": "latest", "typescript": "latest", "unbuild": "latest" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "homepage": "https://github.com/unjs/destr#readme", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "destr", "packageManager": "pnpm@6.32.3", "repository": { "type": "git", "url": "git+https://github.com/unjs/destr.git" }, "scripts": { "bench": "pnpm build && node ./bench.cjs", "build": "unbuild", "lint": "eslint --ext .ts .", "release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish", "test": "pnpm lint" }, "type": "module", "types": "dist/index.d.ts", "version": "1.1.1" }