1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
| {
| "_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": "range",
| "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",
| "_shasum": "8d95e3e74b3332d3eb713342c5c4d18096047d66",
| "_spec": "@nuxt/devalue@^1.2.5",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\builder",
| "browser": "dist/devalue.js",
| "bugs": {
| "url": "https://github.com/nuxt-community/devalue/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "consola": "^2.9.0"
| },
| "deprecated": false,
| "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"
| }
|
|