{ "_args": [ [ "destr@1.1.1", "/home/node/nuxt" ] ], "_from": "destr@1.1.1", "_id": "destr@1.1.1", "_inBundle": false, "_integrity": "sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg==", "_location": "/destr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "destr@1.1.1", "name": "destr", "escapedName": "destr", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/@nuxt/cli", "/@nuxt/config", "/@nuxt/telemetry", "/rc9" ], "_resolved": "https://registry.npmjs.org/destr/-/destr-1.1.1.tgz", "_spec": "1.1.1", "_where": "/home/node/nuxt", "bugs": { "url": "https://github.com/unjs/destr/issues" }, "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" }