| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 | {  "_args": [    [      "table@5.4.6",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "table@5.4.6",  "_id": "table@5.4.6",  "_inBundle": false,  "_integrity": "sha1-EpLRlQDOP4YFOwXw6Ofko7shB54=",  "_location": "/table",  "_phantomChildren": {    "ansi-regex": "4.1.0"  },  "_requested": {    "type": "version",    "registry": true,    "raw": "table@5.4.6",    "name": "table",    "escapedName": "table",    "rawSpec": "5.4.6",    "saveSpec": null,    "fetchSpec": "5.4.6"  },  "_requiredBy": [    "/eslint"  ],  "_resolved": "https://registry.npmmirror.com/table/download/table-5.4.6.tgz",  "_spec": "5.4.6",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Gajus Kuizinas",    "email": "gajus@gajus.com",    "url": "http://gajus.com"  },  "bugs": {    "url": "https://github.com/gajus/table/issues"  },  "dependencies": {    "ajv": "^6.10.2",    "lodash": "^4.17.14",    "slice-ansi": "^2.1.0",    "string-width": "^3.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",    "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"  },  "engines": {    "node": ">=6.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",      "pre-commit": "npm run lint && npm run test && npm run build"    }  },  "keywords": [    "ascii",    "text",    "table",    "align",    "ansi"  ],  "license": "BSD-3-Clause",  "main": "./dist/index.js",  "name": "table",  "nyc": {    "include": [      "src/**/*.js"    ],    "instrument": false,    "reporter": [      "text-lcov"    ],    "require": [      "@babel/register"    ],    "sourceMap": false  },  "repository": {    "type": "git",    "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",    "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"  },  "version": "5.4.6"}
 |