123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_from": "table@^5.0.2",
- "_id": "table@5.1.0",
- "_inBundle": false,
- "_integrity": "sha512-e542in22ZLhD/fOIuXs/8yDZ9W61ltF8daM88rkRNtgTIct+vI2fTnAyu/Db2TCfEcI8i7mjZz6meLq0nW7TYg==",
- "_location": "/table",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "table@^5.0.2",
- "name": "table",
- "escapedName": "table",
- "rawSpec": "^5.0.2",
- "saveSpec": null,
- "fetchSpec": "^5.0.2"
- },
- "_requiredBy": [
- "/eslint"
- ],
- "_resolved": "https://registry.npmjs.org/table/-/table-5.1.0.tgz",
- "_shasum": "69a54644f6f01ad1628f8178715b408dc6bf11f7",
- "_spec": "table@^5.0.2",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
- "author": {
- "name": "Gajus Kuizinas",
- "email": "gajus@gajus.com",
- "url": "http://gajus.com"
- },
- "bugs": {
- "url": "https://github.com/gajus/table/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ajv": "^6.5.3",
- "lodash": "^4.17.10",
- "slice-ansi": "1.0.0",
- "string-width": "^2.1.1"
- },
- "deprecated": false,
- "description": "Formats data into a string table.",
- "devDependencies": {
- "@babel/cli": "^7.1.2",
- "@babel/core": "^7.1.2",
- "@babel/node": "^7.0.0",
- "@babel/plugin-transform-flow-strip-types": "^7.0.0",
- "@babel/preset-env": "^7.1.0",
- "@babel/register": "^7.0.0",
- "ajv-cli": "^3.0.0",
- "ajv-keywords": "^3.2.0",
- "babel-plugin-istanbul": "^5.1.0",
- "babel-plugin-transform-export-default-name": "^2.0.4",
- "chai": "^4.2.0",
- "chalk": "^2.4.1",
- "coveralls": "^3.0.2",
- "eslint": "^5.6.1",
- "eslint-config-canonical": "^13.0.0",
- "flow-bin": "^0.81.0",
- "flow-copy-source": "^2.0.2",
- "gitdown": "^2.5.4",
- "husky": "^1.0.1",
- "mocha": "^5.2.0",
- "nyc": "^13.1.0",
- "semantic-release": "^15.9.16",
- "sinon": "^6.3.4"
- },
- "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.1.0"
- }
|