minidev 0.0.2-alpha.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,49 +1,84 @@
1
1
  {
2
- "name": "@ali/builder-debug-utils",
3
- "version": "3.0.4",
4
- "main": "dist/index.js",
5
- "types": "lib/index.d.ts",
2
+ "_args": [
3
+ [
4
+ "@ali/builder-debug-utils@3.0.4",
5
+ "/Users/mahang/Documents/Workspace/cli"
6
+ ]
7
+ ],
8
+ "_from": "@ali/builder-debug-utils@3.0.4",
9
+ "_id": "@ali/builder-debug-utils@3.0.4",
10
+ "_inBundle": false,
11
+ "_integrity": "sha1-3mPM3kbPsGgKMXRDxT3RI2+EoFI=",
12
+ "_location": "/@ali/builder-debug-utils",
13
+ "_phantomChildren": {
14
+ "at-least-node": "1.0.0",
15
+ "graceful-fs": "4.2.8",
16
+ "jsonfile": "6.1.0",
17
+ "universalify": "2.0.0"
18
+ },
19
+ "_requested": {
20
+ "type": "version",
21
+ "registry": true,
22
+ "raw": "@ali/builder-debug-utils@3.0.4",
23
+ "name": "@ali/builder-debug-utils",
24
+ "escapedName": "@ali%2fbuilder-debug-utils",
25
+ "scope": "@ali",
26
+ "rawSpec": "3.0.4",
27
+ "saveSpec": null,
28
+ "fetchSpec": "3.0.4"
29
+ },
30
+ "_requiredBy": [
31
+ "/"
32
+ ],
33
+ "_resolved": "https://registry.npm.alibaba-inc.com/@ali/builder-debug-utils/download/@ali/builder-debug-utils-3.0.4.tgz",
34
+ "_spec": "3.0.4",
35
+ "_where": "/Users/mahang/Documents/Workspace/cli",
36
+ "dependencies": {
37
+ "bent": "^7.3.1",
38
+ "fs-extra": "^9.0.0"
39
+ },
40
+ "description": "``` const debugUtils = require('builder-debug-utils');",
41
+ "devDependencies": {
42
+ "@rollup/plugin-commonjs": "^11.1.0",
43
+ "@types/bent": "^7.0.2",
44
+ "@types/fs-extra": "^8.1.0",
45
+ "@types/jest": "^26.0.23",
46
+ "@types/node": "^13.11.1",
47
+ "jest": "^26.6.3",
48
+ "rollup": "^2.10.3",
49
+ "rollup-plugin-terser": "^5.3.0",
50
+ "ts-jest": "^26.5.6",
51
+ "tsc-watch": "^4.2.9",
52
+ "tslint": "^6.1.1",
53
+ "typescript": "^3.8.3"
54
+ },
6
55
  "files": [
7
56
  "dist",
8
57
  "lib",
9
58
  "offline",
10
59
  "readonly"
11
60
  ],
61
+ "main": "dist/index.js",
62
+ "name": "@ali/builder-debug-utils",
63
+ "publishConfig": {
64
+ "registry": "https://registry.npm.alibaba-inc.com"
65
+ },
12
66
  "scripts": {
13
67
  "build": "tnpm run clean && tsc -p ./tsconfig.json && tnpm run build:dist",
14
68
  "build:dist": "rollup -c rollup.config.js",
69
+ "ci": "tnpm run lint && tnpm run build && tnpm run test",
15
70
  "clean": "rm -rf ./dist ./lib",
16
- "watch": "tsc-watch -p ./tsconfig.json --onSuccess 'tnpm run build:dist'",
71
+ "generate": "node scripts/generator.js",
17
72
  "lint": "tslint --project ./tsconfig.json",
18
73
  "lint:fix": "tslint --fix --project ./tsconfig.json",
19
74
  "prepublishOnly": "tnpm run build",
20
- "generate": "node scripts/generator.js",
21
75
  "test": "jest --coverage",
22
- "ci": "tnpm run lint && tnpm run build && tnpm run test"
23
- },
24
- "publishConfig": {
25
- "registry": "https://registry.npm.alibaba-inc.com"
76
+ "watch": "tsc-watch -p ./tsconfig.json --onSuccess 'tnpm run build:dist'"
26
77
  },
27
78
  "tnpm": {
28
79
  "mode": "yarn",
29
80
  "lockfile": "enable"
30
81
  },
31
- "devDependencies": {
32
- "@rollup/plugin-commonjs": "^11.1.0",
33
- "@types/bent": "^7.0.2",
34
- "@types/fs-extra": "^8.1.0",
35
- "@types/jest": "^26.0.23",
36
- "@types/node": "^13.11.1",
37
- "jest": "^26.6.3",
38
- "rollup": "^2.10.3",
39
- "rollup-plugin-terser": "^5.3.0",
40
- "ts-jest": "^26.5.6",
41
- "tsc-watch": "^4.2.9",
42
- "tslint": "^6.1.1",
43
- "typescript": "^3.8.3"
44
- },
45
- "dependencies": {
46
- "bent": "^7.3.1",
47
- "fs-extra": "^9.0.0"
48
- }
82
+ "types": "lib/index.d.ts",
83
+ "version": "3.0.4"
49
84
  }