mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 06:39:14 -04:00
Initial commit
This commit is contained in:
124
node_modules/table/package.json
generated
vendored
Normal file
124
node_modules/table/package.json
generated
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"table@^4.0.1",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||||
]
|
||||
],
|
||||
"_from": "table@>=4.0.1 <5.0.0",
|
||||
"_id": "table@4.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/table",
|
||||
"_nodeVersion": "7.1.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-18-east.internal.npmjs.com",
|
||||
"tmp": "tmp/table-4.0.1.tgz_1479830119997_0.18416268657892942"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "gajus@gajus.com",
|
||||
"name": "gajus"
|
||||
},
|
||||
"_npmVersion": "4.0.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "table",
|
||||
"raw": "table@^4.0.1",
|
||||
"rawSpec": "^4.0.1",
|
||||
"scope": null,
|
||||
"spec": ">=4.0.1 <5.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylelint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/table/-/table-4.0.1.tgz",
|
||||
"_shasum": "a8116c133fac2c61f4a420ab6cdf5c4d61f0e435",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "table@^4.0.1",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||||
"author": {
|
||||
"email": "gajus@gajus.com",
|
||||
"name": "Gajus Kuizinas",
|
||||
"url": "http://gajus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gajus/table/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": "^4.7.0",
|
||||
"ajv-keywords": "^1.0.0",
|
||||
"chalk": "^1.1.1",
|
||||
"lodash": "^4.0.0",
|
||||
"slice-ansi": "0.0.4",
|
||||
"string-width": "^2.0.0"
|
||||
},
|
||||
"description": "Formats data into a string table.",
|
||||
"devDependencies": {
|
||||
"ajv-cli": "^1.1.0",
|
||||
"babel": "^6.5.2",
|
||||
"babel-cli": "^6.14.0",
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-plugin-istanbul": "^2.0.3",
|
||||
"babel-preset-es2015-node4": "^2.1.0",
|
||||
"babel-register": "^6.14.0",
|
||||
"chai": "^3.4.1",
|
||||
"eslint": "^3.5.0",
|
||||
"eslint-config-canonical": "^1.8.6",
|
||||
"gitdown": "^2.4.0",
|
||||
"husky": "^0.11.7",
|
||||
"mocha": "^3.0.2",
|
||||
"nyc": "^8.3.1",
|
||||
"sinon": "^1.17.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "a8116c133fac2c61f4a420ab6cdf5c4d61f0e435",
|
||||
"tarball": "https://registry.npmjs.org/table/-/table-4.0.1.tgz"
|
||||
},
|
||||
"gitHead": "e55ef35ac3afbe42f789f666bc98cf05a97ae941",
|
||||
"homepage": "https://github.com/gajus/table#readme",
|
||||
"keywords": [
|
||||
"align",
|
||||
"ansi",
|
||||
"ascii",
|
||||
"table",
|
||||
"text"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "./dist/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "gajus",
|
||||
"email": "gk@anuary.com"
|
||||
}
|
||||
],
|
||||
"name": "table",
|
||||
"nyc": {
|
||||
"include": [
|
||||
"src/*.js"
|
||||
],
|
||||
"instrument": false,
|
||||
"lines": 70,
|
||||
"require": [
|
||||
"babel-register"
|
||||
],
|
||||
"sourceMap": false
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"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.1"
|
||||
}
|
||||
Reference in New Issue
Block a user