| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/destr/ |
Upload File : |
{
"_args": [
[
"destr@2.0.5",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "destr@2.0.5",
"_id": "destr@2.0.5",
"_inBundle": false,
"_integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
"_location": "/destr",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "destr@2.0.5",
"name": "destr",
"escapedName": "destr",
"rawSpec": "2.0.5",
"saveSpec": null,
"fetchSpec": "2.0.5"
},
"_requiredBy": [
"/@nuxt/cli",
"/@nuxt/config",
"/@nuxt/telemetry",
"/rc9"
],
"_resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
"_spec": "2.0.5",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"bugs": {
"url": "https://github.com/unjs/destr/issues"
},
"description": "A faster, secure and convenient alternative for JSON.parse",
"devDependencies": {
"@hapi/bourne": "^3.0.0",
"@vitest/coverage-v8": "^3.1.1",
"changelogen": "^0.6.1",
"eslint": "^9.23.0",
"eslint-config-unjs": "^0.4.2",
"mitata": "^1.0.34",
"prettier": "^3.5.3",
"secure-json-parse": "^4.0.0",
"typescript": "^5.8.2",
"unbuild": "~3.4",
"vitest": "^3.1.1"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./lib/index.cjs"
}
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/unjs/destr#readme",
"license": "MIT",
"main": "./lib/index.cjs",
"module": "./dist/index.mjs",
"name": "destr",
"packageManager": "pnpm@10.7.1",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/destr.git"
},
"scripts": {
"bench:bun": "pnpm build && bun --bun ./test/bench.mjs",
"bench:node": "pnpm build && node ./test/bench.mjs",
"build": "unbuild",
"dev": "vitest dev",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint . --fix && prettier -w src test",
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
"test": "pnpm lint && vitest run --coverage"
},
"sideEffects": false,
"type": "module",
"types": "./dist/index.d.ts",
"version": "2.0.5"
}