mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 04:19:49 -04:00
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"command-line-usage@6.1.1",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "command-line-usage@6.1.1",
|
|
"_id": "command-line-usage@6.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-F59pEuAR9o1SF/bD0dQBDluhpT4jJQNWUHEuVBqpDmCUo6gPjCi+m9fCWnWZVR/oG6cMTUms4h+3NPl74wGXvA==",
|
|
"_location": "/command-line-usage",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "command-line-usage@6.1.1",
|
|
"name": "command-line-usage",
|
|
"escapedName": "command-line-usage",
|
|
"rawSpec": "6.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.1.tgz",
|
|
"_spec": "6.1.1",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "Lloyd Brookes",
|
|
"email": "75pound@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/75lb/command-line-usage/issues"
|
|
},
|
|
"dependencies": {
|
|
"array-back": "^4.0.1",
|
|
"chalk": "^2.4.2",
|
|
"table-layout": "^1.0.1",
|
|
"typical": "^5.2.0"
|
|
},
|
|
"description": "Generates command-line usage information",
|
|
"devDependencies": {
|
|
"coveralls": "^3.1.0",
|
|
"jsdoc-to-markdown": "^6.0.1",
|
|
"nyc": "^15.1.0",
|
|
"test-runner": "^0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"files": [
|
|
"lib/**/*.js",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/75lb/command-line-usage#readme",
|
|
"keywords": [
|
|
"terminal",
|
|
"command line",
|
|
"usage",
|
|
"generator"
|
|
],
|
|
"license": "MIT",
|
|
"name": "command-line-usage",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/75lb/command-line-usage.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
|
|
"docs": "jsdoc2md --no-gfm index.js lib/**/*.js > doc/api.md; echo",
|
|
"test": "test-runner test/*.js"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"example"
|
|
]
|
|
},
|
|
"version": "6.1.1"
|
|
}
|