Merge pull request #1028 from quicktype/update-collection-utils
Update collection-utils
This commit is contained in:
Коммит
17e27e3245
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/urijs": "github:quicktype/types-urijs",
|
||||
"collection-utils": "0.0.12",
|
||||
"collection-utils": "0.0.14",
|
||||
"js-base64": "^2.4.3",
|
||||
"pako": "^1.0.6",
|
||||
"pluralize": "^7.0.0",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"quicktype-core": "the build script replaces this",
|
||||
"collection-utils": "0.0.12",
|
||||
"collection-utils": "0.0.14",
|
||||
"graphql": "^0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1336,9 +1336,9 @@
|
|||
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
|
||||
},
|
||||
"collection-utils": {
|
||||
"version": "0.0.12",
|
||||
"resolved": "https://registry.npmjs.org/collection-utils/-/collection-utils-0.0.12.tgz",
|
||||
"integrity": "sha512-WudnnB+VTgXiH5WYGtMsN8JaemvtT9aQTm+b1EVkd++oAvVx0Z6cN6UhVZ/tGKvysFiIa1IFbF9RL2QGmi2k4w=="
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/collection-utils/-/collection-utils-0.0.14.tgz",
|
||||
"integrity": "sha512-hhBn5wU3T7GFHzD4qxhRK87f69ZJb2lAKCIuSS9hWFuNUpdtR57mUkemFQ92uybXW4BWxXDDFTAwbs0rqL27zA=="
|
||||
},
|
||||
"collection-visit": {
|
||||
"version": "1.0.0",
|
||||
|
|
182
package.json
182
package.json
|
@ -1,95 +1,95 @@
|
|||
{
|
||||
"name": "quicktype",
|
||||
"version": "15.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/cli/index.js",
|
||||
"types": "dist/cli/index.d.ts",
|
||||
"repository": "https://github.com/quicktype/quicktype",
|
||||
"scripts": {
|
||||
"pub": "script/publish.sh",
|
||||
"prepare": "npm run build",
|
||||
"build": "script/build.ts",
|
||||
"test": "jest && script/test",
|
||||
"start": "script/watch",
|
||||
"pkg": "script/make-pkgs.sh",
|
||||
"tslint": "tslint --project src/cli --exclude 'src/__tests__/**' --exclude 'src/quicktype-core/get-stream/**'",
|
||||
"clean": "rm -rf dist node_modules *~"
|
||||
"name": "quicktype",
|
||||
"version": "15.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/cli/index.js",
|
||||
"types": "dist/cli/index.d.ts",
|
||||
"repository": "https://github.com/quicktype/quicktype",
|
||||
"scripts": {
|
||||
"pub": "script/publish.sh",
|
||||
"prepare": "npm run build",
|
||||
"build": "script/build.ts",
|
||||
"test": "jest && script/test",
|
||||
"start": "script/watch",
|
||||
"pkg": "script/make-pkgs.sh",
|
||||
"tslint": "tslint --project src/cli --exclude 'src/__tests__/**' --exclude 'src/quicktype-core/get-stream/**'",
|
||||
"clean": "rm -rf dist node_modules *~"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.4.1",
|
||||
"collection-utils": "0.0.14",
|
||||
"command-line-args": "^4.0.6",
|
||||
"command-line-usage": "^5.0.5",
|
||||
"graphql": "^0.11.7",
|
||||
"is-url": "^1.2.4",
|
||||
"js-base64": "^2.4.3",
|
||||
"lodash": "^4.17.10",
|
||||
"moment": "^2.22.1",
|
||||
"node-fetch": "^1.7.1",
|
||||
"node-persist": "^2.1.0",
|
||||
"pako": "^1.0.6",
|
||||
"pluralize": "^7.0.0",
|
||||
"stream-json": "0.5.2",
|
||||
"string-to-stream": "^1.1.0",
|
||||
"typescript-json-schema": "quicktype/typescript-json-schema#d16083d29c8b6702c666a981fa6b21113300c059",
|
||||
"unicode-properties": "github:quicktype/unicode-properties#dist",
|
||||
"universal-analytics": "^0.4.16",
|
||||
"urijs": "^1.19.1",
|
||||
"uuid": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/urijs": "github:quicktype/types-urijs",
|
||||
"@types/is-url": "^1.2.28",
|
||||
"@types/jest": "^22.2.0",
|
||||
"@types/lodash": "^4.14.108",
|
||||
"@types/node": "^8.10.10",
|
||||
"@types/node-persist": "0.0.33",
|
||||
"@types/shelljs": "^0.7.8",
|
||||
"@types/universal-analytics": "^0.4.2",
|
||||
"@types/semver": "^5.5.0",
|
||||
"ajv": "^5.5.2",
|
||||
"deep-equal": "^1.0.1",
|
||||
"elm": "^0.18.0",
|
||||
"exit": "^0.1.2",
|
||||
"flow-bin": "^0.66.0",
|
||||
"flow-remove-types": "^1.2.3",
|
||||
"jest": "^22.4.3",
|
||||
"pkg": "^4.3.1",
|
||||
"promise-timeout": "^1.3.0",
|
||||
"semver": "^5.5.0",
|
||||
"shelljs": "^0.7.8",
|
||||
"ts-jest": "^22.4.2",
|
||||
"ts-node": "^3.3.0",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "~2.8.3",
|
||||
"uglify-js": "^3.3.22",
|
||||
"watch": "^1.0.2",
|
||||
"@types/graphql": "^0.11.7",
|
||||
"@types/js-base64": "^2.3.1",
|
||||
"@types/pako": "^1.0.0",
|
||||
"@types/pluralize": "0.0.28"
|
||||
},
|
||||
"files": [
|
||||
"dist/**"
|
||||
],
|
||||
"bin": "dist/cli/index.js",
|
||||
"jest": {
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.4.1",
|
||||
"collection-utils": "^0.0.12",
|
||||
"command-line-args": "^4.0.6",
|
||||
"command-line-usage": "^5.0.5",
|
||||
"graphql": "^0.11.7",
|
||||
"is-url": "^1.2.4",
|
||||
"js-base64": "^2.4.3",
|
||||
"lodash": "^4.17.10",
|
||||
"moment": "^2.22.1",
|
||||
"node-fetch": "^1.7.1",
|
||||
"node-persist": "^2.1.0",
|
||||
"pako": "^1.0.6",
|
||||
"pluralize": "^7.0.0",
|
||||
"stream-json": "0.5.2",
|
||||
"string-to-stream": "^1.1.0",
|
||||
"typescript-json-schema": "quicktype/typescript-json-schema#d16083d29c8b6702c666a981fa6b21113300c059",
|
||||
"unicode-properties": "github:quicktype/unicode-properties#dist",
|
||||
"universal-analytics": "^0.4.16",
|
||||
"urijs": "^1.19.1",
|
||||
"uuid": "^3.2.1"
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsConfigFile": "src/cli/tsconfig.json"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/urijs": "github:quicktype/types-urijs",
|
||||
"@types/is-url": "^1.2.28",
|
||||
"@types/jest": "^22.2.0",
|
||||
"@types/lodash": "^4.14.108",
|
||||
"@types/node": "^8.10.10",
|
||||
"@types/node-persist": "0.0.33",
|
||||
"@types/shelljs": "^0.7.8",
|
||||
"@types/universal-analytics": "^0.4.2",
|
||||
"@types/semver": "^5.5.0",
|
||||
"ajv": "^5.5.2",
|
||||
"deep-equal": "^1.0.1",
|
||||
"elm": "^0.18.0",
|
||||
"exit": "^0.1.2",
|
||||
"flow-bin": "^0.66.0",
|
||||
"flow-remove-types": "^1.2.3",
|
||||
"jest": "^22.4.3",
|
||||
"pkg": "^4.3.1",
|
||||
"promise-timeout": "^1.3.0",
|
||||
"semver": "^5.5.0",
|
||||
"shelljs": "^0.7.8",
|
||||
"ts-jest": "^22.4.2",
|
||||
"ts-node": "^3.3.0",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "~2.8.3",
|
||||
"uglify-js": "^3.3.22",
|
||||
"watch": "^1.0.2",
|
||||
"@types/graphql": "^0.11.7",
|
||||
"@types/js-base64": "^2.3.1",
|
||||
"@types/pako": "^1.0.0",
|
||||
"@types/pluralize": "0.0.28"
|
||||
},
|
||||
"files": [
|
||||
"dist/**"
|
||||
],
|
||||
"bin": "dist/cli/index.js",
|
||||
"jest": {
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsConfigFile": "src/cli/tsconfig.json"
|
||||
}
|
||||
},
|
||||
"testRegex": "(/__tests__/.*)\\.test\\.(tsx?)$",
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"jsx",
|
||||
"json",
|
||||
"node"
|
||||
]
|
||||
}
|
||||
"testRegex": "(/__tests__/.*)\\.test\\.(tsx?)$",
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"jsx",
|
||||
"json",
|
||||
"node"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче