This commit is contained in:
David Siegel 2018-04-26 13:42:35 -07:00
Родитель 2b51ccce42
Коммит 8fa9335e6c
2 изменённых файлов: 1111 добавлений и 1553 удалений

2634
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -15,27 +15,27 @@
"tslint": "tslint --project src --exclude 'src/get-stream/**' --exclude 'src/__tests__/**'"
},
"dependencies": {
"chalk": "^2.1.0",
"chalk": "^2.4.1",
"chance": "^1.0.13",
"command-line-args": "^4.0.6",
"command-line-usage": "^4.0.0",
"command-line-usage": "^4.1.0",
"graphql": "^0.11.7",
"handlebars": "^4.0.11",
"immutable": "^4.0.0-rc.9",
"is-url": "^1.2.2",
"is-url": "^1.2.4",
"js-base64": "^2.4.3",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"node-fetch": "^1.7.1",
"node-persist": "^2.1.0",
"pako": "^1.0.6",
"pkg": "^4.3.0",
"pkg": "^4.3.1",
"pluralize": "^7.0.0",
"stream-json": "0.5.2",
"string-to-stream": "^1.1.0",
"typescript": "~2.6.2",
"typescript-json-schema": "quicktype/typescript-json-schema#29f0fc29ed44835009377335e512acf75a5e383b",
"unicode-properties": "quicktype/unicode-properties#dist",
"unicode-properties": "github:quicktype/unicode-properties#dist",
"universal-analytics": "^0.4.16",
"urijs": "^1.19.1",
"uuid": "^3.2.1"
@ -43,19 +43,19 @@
"devDependencies": {
"@types/chance": "^1.0.0",
"@types/graphql": "^0.11.7",
"@types/handlebars": "^4.0.36",
"@types/handlebars": "^4.0.37",
"@types/is-url": "^1.2.28",
"@types/jest": "^22.2.0",
"@types/js-base64": "^2.3.1",
"@types/lodash": "^4.14.72",
"@types/node": "^8.0.19",
"@types/lodash": "^4.14.108",
"@types/node": "^8.10.10",
"@types/node-persist": "0.0.33",
"@types/pako": "^1.0.0",
"@types/pluralize": "0.0.28",
"@types/shelljs": "^0.7.8",
"@types/universal-analytics": "^0.4.2",
"@types/urijs": "github:quicktype/types-urijs",
"ajv": "^5.2.2",
"ajv": "^5.5.2",
"compare-versions": "^3.1.0",
"deep-equal": "^1.0.1",
"elm": "^0.18.0",
@ -63,12 +63,12 @@
"flow-bin": "^0.66.0",
"flow-remove-types": "^1.2.3",
"jest": "^22.4.3",
"promise-timeout": "^1.1.1",
"promise-timeout": "^1.3.0",
"shelljs": "^0.7.8",
"ts-jest": "^22.4.2",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"uglify-js": "^3.0.26",
"tslint": "^5.9.1",
"uglify-js": "^3.3.22",
"watch": "^1.0.2"
},
"files": [
@ -94,4 +94,4 @@
"node"
]
}
}
}