Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/table/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/table/package.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/node_modules/table/package.json b/tools/node_modules/eslint/node_modules/table/package.json
index 85036e7f2e5..892f772a2f3 100644
--- a/tools/node_modules/eslint/node_modules/table/package.json
+++ b/tools/node_modules/eslint/node_modules/table/package.json
@@ -1,15 +1,20 @@
{
"author": {
- "email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
+ "email": "gajus@gajus.com",
"url": "http://gajus.com"
},
+ "bugs": {
+ "url": "https://github.com/gajus/table/issues"
+ },
+ "bundleDependencies": false,
"dependencies": {
"ajv": "^7.0.2",
"lodash": "^4.17.20",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.0"
},
+ "deprecated": false,
"description": "Formats data into a string table.",
"devDependencies": {
"@babel/cli": "^7.12.10",
@@ -41,6 +46,7 @@
"engines": {
"node": ">=10.0.0"
},
+ "homepage": "https://github.com/gajus/table#readme",
"husky": {
"hooks": {
"post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
@@ -72,7 +78,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/gajus/table"
+ "url": "git+https://github.com/gajus/table.git"
},
"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",
@@ -82,4 +88,4 @@
"test": "mocha --require @babel/register"
},
"version": "6.0.7"
-}
+} \ No newline at end of file