![]() 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/@nuxt/devalue/ |
{ "name": "@nuxt/devalue", "version": "1.2.5", "description": "Gets the job done when JSON.stringify can't", "repository": "nuxt-community/devalue", "license": "MIT", "files": [ "dist", "types" ], "main": "dist/devalue.cjs.js", "module": "dist/devalue.esm.js", "browser": "dist/devalue.js", "types": "types/index.d.ts", "scripts": { "build": "npm run build-declarations && rollup -c", "build-declarations": "tsc -d && node scripts/move-type-declarations.js", "prepublishOnly": "npm run build && npm test", "test": "mocha --opts mocha.opts" }, "dependencies": { "consola": "^2.9.0" }, "devDependencies": { "@types/mocha": "^5.2.6", "@types/node": "^12.0.10", "glob": "^7.1.3", "mocha": "^6.0.2", "rollup": "^1.3.2", "rollup-plugin-typescript": "^1.0.0", "rollup-plugin-virtual": "^1.0.1", "sander": "^0.6.0", "ts-node": "^8.0.2", "tslib": "^1.9.3", "typescript": "^3.3.3333" } }