Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
96
node_modules/table/package.json
generated
vendored
96
node_modules/table/package.json
generated
vendored
|
|
@ -5,45 +5,49 @@
|
|||
"url": "http://gajus.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": "^6.10.2",
|
||||
"lodash": "^4.17.14",
|
||||
"slice-ansi": "^2.1.0",
|
||||
"string-width": "^3.0.0"
|
||||
"ajv": "^8.0.1",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"lodash.truncate": "^4.4.2",
|
||||
"slice-ansi": "^4.0.0",
|
||||
"string-width": "^4.2.0",
|
||||
"strip-ansi": "^6.0.0"
|
||||
},
|
||||
"description": "Formats data into a string table.",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.5.0",
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/node": "^7.5.0",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@babel/register": "^7.4.4",
|
||||
"ajv-cli": "^3.0.0",
|
||||
"ajv-keywords": "^3.4.1",
|
||||
"babel-plugin-istanbul": "^5.1.4",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"babel-plugin-transform-export-default-name": "^2.0.4",
|
||||
"@types/chai": "^4.2.16",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
"@types/lodash.mapvalues": "^4.6.6",
|
||||
"@types/lodash.truncate": "^4.4.6",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/node": "^14.14.37",
|
||||
"@types/sinon": "^10.0.0",
|
||||
"@types/slice-ansi": "^4.0.0",
|
||||
"ajv-cli": "^5.0.0",
|
||||
"ajv-keywords": "^5.0.0",
|
||||
"chai": "^4.2.0",
|
||||
"chalk": "^2.4.2",
|
||||
"coveralls": "^3.0.5",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint-config-canonical": "^16.1.0",
|
||||
"flow-bin": "^0.102.0",
|
||||
"flow-copy-source": "^2.0.7",
|
||||
"gitdown": "^3.1.1",
|
||||
"husky": "^3.0.0",
|
||||
"mocha": "^6.1.4",
|
||||
"nyc": "^14.1.1",
|
||||
"semantic-release": "^15.13.18",
|
||||
"sinon": "^7.3.2"
|
||||
"chalk": "^4.1.0",
|
||||
"coveralls": "^3.1.0",
|
||||
"eslint": "^7.16.0",
|
||||
"eslint-config-canonical": "^25.0.0",
|
||||
"gitdown": "^3.1.3",
|
||||
"husky": "^4.3.6",
|
||||
"js-beautify": "^1.13.0",
|
||||
"lodash.mapvalues": "^4.6.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"mocha": "^8.2.1",
|
||||
"nyc": "^15.1.0",
|
||||
"semantic-release": "^17.3.1",
|
||||
"sinon": "^9.2.2",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "4.2.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
|
||||
"pre-commit": "npm run lint && npm run test && npm run build"
|
||||
"pre-commit": "npm run build && npm run lint && npm run test"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
|
|
@ -55,30 +59,36 @@
|
|||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "./dist/index.js",
|
||||
"files": [
|
||||
"dist/**/*.js",
|
||||
"dist/**/*.d.ts"
|
||||
],
|
||||
"name": "table",
|
||||
"nyc": {
|
||||
"include": [
|
||||
"src/**/*.js"
|
||||
"extensions": [
|
||||
".ts"
|
||||
],
|
||||
"exclude": [
|
||||
"src/generated/validators.js",
|
||||
"test/**/*.ts"
|
||||
],
|
||||
"instrument": false,
|
||||
"reporter": [
|
||||
"text-lcov"
|
||||
],
|
||||
"require": [
|
||||
"@babel/register"
|
||||
],
|
||||
"sourceMap": false
|
||||
"text-lcov",
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gajus/table"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && npm run create-validators && flow-copy-source src dist",
|
||||
"compile": "tsc",
|
||||
"prebuild": "rm -fr ./dist && mkdirp dist",
|
||||
"build": "npm run create-validators && npm run compile",
|
||||
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",
|
||||
"create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -c ajv-keywords/keywords/typeof -o dist/validateConfig.js && ajv compile --all-errors --inline-refs=false -s src/schemas/streamConfig -c ajv-keywords/keywords/typeof -o dist/validateStreamConfig.js",
|
||||
"lint": "npm run build && eslint ./src ./test && flow",
|
||||
"test": "mocha --require @babel/register"
|
||||
"create-validators": "rm -fr ./src/generated && mkdirp ./src/generated && ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > ./src/generated/validators.js",
|
||||
"lint": "eslint --ignore-path .gitignore ./src ./test",
|
||||
"test": "npm run create-validators && mocha --require ts-node/register \"./test/**/*.ts\""
|
||||
},
|
||||
"version": "5.4.6"
|
||||
"version": "6.7.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue