line_push/node_modules/@nuxt/devalue/package.json
2022-07-18 02:50:52 +00:00

75 lines
2.0 KiB
JSON

{
"_args": [
[
"@nuxt/devalue@1.2.5",
"/home/node/nuxt"
]
],
"_from": "@nuxt/devalue@1.2.5",
"_id": "@nuxt/devalue@1.2.5",
"_inBundle": false,
"_integrity": "sha512-Tg86C7tqzvZtZli2BQVqgzZN136mZDTgauvJXagglKkP2xt5Kw3NUIiJyjX0Ww/IZy2xVmD0LN+CEPpij4dB2g==",
"_location": "/@nuxt/devalue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@nuxt/devalue@1.2.5",
"name": "@nuxt/devalue",
"escapedName": "@nuxt%2fdevalue",
"scope": "@nuxt",
"rawSpec": "1.2.5",
"saveSpec": null,
"fetchSpec": "1.2.5"
},
"_requiredBy": [
"/@nuxt/builder",
"/@nuxt/vue-renderer"
],
"_resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-1.2.5.tgz",
"_spec": "1.2.5",
"_where": "/home/node/nuxt",
"browser": "dist/devalue.js",
"bugs": {
"url": "https://github.com/nuxt-community/devalue/issues"
},
"dependencies": {
"consola": "^2.9.0"
},
"description": "Gets the job done when JSON.stringify can't",
"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"
},
"files": [
"dist",
"types"
],
"homepage": "https://github.com/nuxt-community/devalue#readme",
"license": "MIT",
"main": "dist/devalue.cjs.js",
"module": "dist/devalue.esm.js",
"name": "@nuxt/devalue",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-community/devalue.git"
},
"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"
},
"types": "types/index.d.ts",
"version": "1.2.5"
}