123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_args": [
- [
- "table@4.0.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "table@4.0.2",
- "_id": "table@4.0.2",
- "_inBundle": false,
- "_integrity": "sha1-ozRHN1OR52atNNNIbm4q7chNLjY=",
- "_location": "/table",
- "_optional": true,
- "_phantomChildren": {
- "fast-json-stable-stringify": "2.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "table@4.0.2",
- "name": "table",
- "escapedName": "table",
- "rawSpec": "4.0.2",
- "saveSpec": null,
- "fetchSpec": "4.0.2"
- },
- "_requiredBy": [
- "/@vue/cli-plugin-eslint/eslint"
- ],
- "_resolved": "https://registry.npm.taobao.org/table/download/table-4.0.2.tgz",
- "_spec": "4.0.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Gajus Kuizinas",
- "email": "gajus@gajus.com",
- "url": "http://gajus.com"
- },
- "bugs": {
- "url": "https://github.com/gajus/table/issues"
- },
- "dependencies": {
- "ajv": "^5.2.3",
- "ajv-keywords": "^2.1.0",
- "chalk": "^2.1.0",
- "lodash": "^4.17.4",
- "slice-ansi": "1.0.0",
- "string-width": "^2.1.1"
- },
- "description": "Formats data into a string table.",
- "devDependencies": {
- "ajv-cli": "^2.1.0",
- "babel": "^6.23.0",
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.0",
- "babel-plugin-istanbul": "^4.1.5",
- "babel-preset-es2015-node4": "^2.1.1",
- "babel-register": "^6.26.0",
- "chai": "^4.1.2",
- "eslint": "^4.7.2",
- "eslint-config-canonical": "^9.3.1",
- "gitdown": "^2.5.1",
- "husky": "^0.14.3",
- "mocha": "^3.5.3",
- "nyc": "^11.2.1",
- "sinon": "^4.0.0"
- },
- "homepage": "https://github.com/gajus/table#readme",
- "keywords": [
- "ascii",
- "text",
- "table",
- "align",
- "ansi"
- ],
- "license": "BSD-3-Clause",
- "main": "./dist/index.js",
- "name": "table",
- "nyc": {
- "include": [
- "src/*.js"
- ],
- "instrument": false,
- "lines": 70,
- "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 --copy-files ./src --out-dir ./dist && npm run make-validators",
- "lint": "npm run build && eslint ./src ./tests",
- "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
- "make-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",
- "precommit": "npm run lint && npm run test",
- "prepublish": "NODE_ENV=production npm run build",
- "test": "npm run build && nyc --check-coverage mocha"
- },
- "version": "4.0.2"
- }
|