minidev 1.2.7 → 1.2.10

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,84 +1,51 @@
1
1
  {
2
- "_args": [
3
- [
4
- "@ali/builder-debug-utils@3.0.4",
5
- "/Users/mahang/Documents/Workspace/minidev-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/minidev-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
- },
2
+ "name": "@ali/builder-debug-utils",
3
+ "version": "3.0.10",
4
+ "main": "dist/index.js",
5
+ "types": "lib/index.d.ts",
55
6
  "files": [
56
7
  "dist",
57
8
  "lib",
58
9
  "offline",
59
10
  "readonly"
60
11
  ],
61
- "main": "dist/index.js",
62
- "name": "@ali/builder-debug-utils",
63
- "publishConfig": {
64
- "registry": "https://registry.npm.alibaba-inc.com"
65
- },
66
12
  "scripts": {
67
13
  "build": "tnpm run clean && tsc -p ./tsconfig.json && tnpm run build:dist",
68
14
  "build:dist": "rollup -c rollup.config.js",
69
- "ci": "tnpm run lint && tnpm run build && tnpm run test",
70
15
  "clean": "rm -rf ./dist ./lib",
71
- "generate": "node scripts/generator.js",
16
+ "watch": "tsc-watch -p ./tsconfig.json --onSuccess 'tnpm run build:dist'",
72
17
  "lint": "tslint --project ./tsconfig.json",
73
18
  "lint:fix": "tslint --fix --project ./tsconfig.json",
74
19
  "prepublishOnly": "tnpm run build",
20
+ "generate": "node scripts/generator.js",
21
+ "generate:watch": "node scripts/generator-watch.js",
75
22
  "test": "jest --coverage",
76
- "watch": "tsc-watch -p ./tsconfig.json --onSuccess 'tnpm run build:dist'"
23
+ "ci": "tnpm run lint && tnpm run build && tnpm run test"
24
+ },
25
+ "publishConfig": {
26
+ "registry": "https://registry.antfin-inc.com"
77
27
  },
78
28
  "tnpm": {
79
29
  "mode": "yarn",
80
30
  "lockfile": "enable"
81
31
  },
82
- "types": "lib/index.d.ts",
83
- "version": "3.0.4"
32
+ "devDependencies": {
33
+ "@rollup/plugin-commonjs": "^11.1.0",
34
+ "@types/bent": "^7.0.2",
35
+ "@types/fs-extra": "^8.1.0",
36
+ "@types/jest": "^26.0.23",
37
+ "@types/node": "^13.11.1",
38
+ "chokidar": "^3.5.3",
39
+ "jest": "^26.6.3",
40
+ "rollup": "^2.10.3",
41
+ "rollup-plugin-terser": "^5.3.0",
42
+ "ts-jest": "^26.5.6",
43
+ "tsc-watch": "^4.2.9",
44
+ "tslint": "^6.1.1",
45
+ "typescript": "^3.8.3"
46
+ },
47
+ "dependencies": {
48
+ "bent": "^7.3.1",
49
+ "fs-extra": "^9.0.0"
50
+ }
84
51
  }