![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/destr/ |
{ "name": "destr", "version": "1.1.0", "description": "A faster, secure and convenient alternative for JSON.parse", "repository": "nuxt-contrib/destr", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "bench": "yarn build && node ./bench.js", "build": "siroc build", "lint": "eslint --ext .ts .", "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish", "test": "yarn lint" }, "devDependencies": { "@hapi/bourne": "latest", "@nuxtjs/eslint-config-typescript": "latest", "benchmark": "latest", "eslint": "latest", "rollup-plugin-typescript2": "latest", "secure-json-parse": "latest", "siroc": "latest", "standard-version": "latest", "typescript": "latest" } }