File: /var/www/tana/frontend/node_modules/kss/package.json
{
"_args": [
[
"kss@3.0.0-beta.23",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "kss@3.0.0-beta.23",
"_id": "kss@3.0.0-beta.23",
"_inBundle": false,
"_integrity": "sha1-eXBt0bXoDkPZUbhVvop5dEJyKwc=",
"_location": "/kss",
"_phantomChildren": {
"execa": "0.7.0",
"get-caller-file": "1.0.3",
"graceful-fs": "4.1.11",
"lcid": "1.0.0",
"locate-path": "3.0.0",
"mem": "1.1.0",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"set-blocking": "2.0.0",
"universalify": "0.1.2",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "kss@3.0.0-beta.23",
"name": "kss",
"escapedName": "kss",
"rawSpec": "3.0.0-beta.23",
"saveSpec": null,
"fetchSpec": "3.0.0-beta.23"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/kss/-/kss-3.0.0-beta.23.tgz",
"_spec": "3.0.0-beta.23",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "John Albin Wilkins",
"email": "virtually.johnalbin@gmail.com",
"url": "http://john.albin.net/"
},
"bin": {
"kss": "./bin/kss",
"kss-node": "./bin/kss-node"
},
"bugs": {
"url": "https://github.com/kss-node/kss-node/issues"
},
"dependencies": {
"bluebird": "^3.3.3",
"fs-extra": "^7.0.0",
"glob": "^7.0.3",
"handlebars": "^4.0.0",
"highlight.js": "^9.12.0",
"markdown-it": "^8.4.1",
"nunjucks": "^3.0.1",
"resolve": "^1.6.0",
"twig": "^1.10.4",
"twig-drupal-filters": "^2.0.0",
"yargs": "^12.0.1"
},
"description": "The Node.js port of KSS: A methodology for documenting CSS and building style guides",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^5.0.0",
"gh-pages": "^1.2.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.0",
"mocha": "^5.0.0",
"mock-utf8-stream": "^0.1.1"
},
"directories": {
"bin": "bin",
"example": "demo",
"test": "test"
},
"engines": {
"node": ">=6.0"
},
"homepage": "http://kss-node.github.io/kss-node",
"keywords": [
"styleguide",
"kss",
"kss-node"
],
"license": "(MIT OR GPL-2.0)",
"main": "index.js",
"name": "kss",
"repository": {
"type": "git",
"url": "git://github.com/kss-node/kss-node.git"
},
"scripts": {
"docs": "make docs",
"docs-deploy": "gh-pages -d docs",
"posttest": "eslint bin/kss bin/kss-node .",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover _mocha"
},
"version": "3.0.0-beta.23"
}