File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@oclif/screen/package.json
{
"_args": [
[
"@oclif/screen@1.0.4",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "@oclif/screen@1.0.4",
"_id": "@oclif/screen@1.0.4",
"_inBundle": false,
"_integrity": "sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==",
"_location": "/@oclif/screen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@oclif/screen@1.0.4",
"name": "@oclif/screen",
"escapedName": "@oclif%2fscreen",
"scope": "@oclif",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/@oclif/plugin-autocomplete/cli-ux",
"/@oclif/plugin-not-found/cli-ux",
"/cli-ux"
],
"_resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Jeff Dickey @jdxcode"
},
"bugs": {
"url": "https://github.com/oclif/screen/issues"
},
"dependencies": {},
"description": "get stdout/stderr columns",
"devDependencies": {
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"chai": "^4.2.0",
"concurrently": "^4.0.1",
"eslint": "^5.7.0",
"eslint-config-oclif": "^3.1.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/screen",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/screen.js",
"name": "@oclif/screen",
"repository": {
"type": "git",
"url": "git+https://github.com/oclif/screen.git"
},
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/screen.d.ts",
"version": "1.0.4"
}