![]() 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/devalue/ |
{ "name": "devalue", "description": "Gets the job done when JSON.stringify can't", "version": "2.0.1", "repository": "Rich-Harris/devalue", "main": "dist/devalue.umd.js", "module": "dist/devalue.esm.js", "types": "types/index.d.ts", "files": [ "dist", "types" ], "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.12.0", "glob": "^7.1.2", "mocha": "^5.2.0", "rollup": "^0.66.6", "rollup-plugin-typescript": "^1.0.0", "rollup-plugin-virtual": "^1.0.1", "sander": "^0.6.0", "ts-node": "^7.0.1", "tslib": "^1.9.3", "typescript": "^3.1.3" }, "scripts": { "build-declarations": "tsc -d && node scripts/move-type-declarations.js", "build": "npm run build-declarations && rollup -c", "test": "mocha --opts mocha.opts", "prepublishOnly": "npm run build && npm test" }, "license": "MIT" }