{ "_args": [ [ "shelljs@^0.8.0", "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator" ] ], "_from": "shelljs@>=0.8.0 <0.9.0", "_id": "shelljs@0.8.2", "_inCache": true, "_installable": true, "_location": "/shelljs", "_nodeVersion": "8.9.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/shelljs_0.8.2_1525764039888_0.2582389055422063" }, "_npmUser": { "email": "ntfschr@gmail.com", "name": "nfischer" }, "_npmVersion": "5.5.1", "_phantomChildren": {}, "_requested": { "name": "shelljs", "raw": "shelljs@^0.8.0", "rawSpec": "^0.8.0", "scope": null, "spec": ">=0.8.0 <0.9.0", "type": "range" }, "_requiredBy": [ "/yeoman-generator" ], "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.2.tgz", "_shasum": "345b7df7763f4c2340d584abb532c5f752ca9e35", "_shrinkwrap": null, "_spec": "shelljs@^0.8.0", "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator", "ava": { "powerAssert": false, "serial": true }, "bin": { "shjs": "./bin/shjs" }, "bugs": { "url": "https://github.com/shelljs/shelljs/issues" }, "contributors": [ { "name": "Nate Fischer", "email": "ntfschr@gmail.com", "url": "https://github.com/nfischer" }, { "name": "Brandon Freitag", "email": "freitagbr@gmail.com", "url": "https://github.com/freitagbr" } ], "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", "rechoir": "^0.6.2" }, "description": "Portable Unix shell commands for Node.js", "devDependencies": { "ava": "^0.21.0", "chalk": "^1.1.3", "codecov": "^1.0.1", "coffee-script": "^1.10.0", "eslint": "^2.0.0", "eslint-config-airbnb-base": "^3.0.0", "eslint-plugin-import": "^1.11.1", "nyc": "^11.3.0", "shelljs-changelog": "^0.2.0", "shelljs-release": "^0.2.0", "shx": "^0.2.0", "travis-check-changes": "^0.2.0" }, "directories": {}, "dist": { "fileCount": 42, "integrity": "sha512-pRXeNrCA2Wd9itwhvLp5LZQvPJ0wU6bcjaTMywHHGX5XWhVN2nzSu7WV0q+oUY7mGK3mgSkDDzP3MgjqdyIgbQ==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8U/JCRA9TVsSAnZWagAAbGEP/2jqOsuDfh9Jf8zB+L1S\nNmfQyzmBmq1n6imj7QjWmgmIQbHfa42J7oR62gWpO2eErENqw6W5RHQrmDrb\ncgc/kVMS5uI6xSGnlrKmGXai8PwzHXjH4lXl1DNzoO6Km/H0X/NDzYNJGBVm\nz3hgpawiuLvr2mV4E3VOEyyf/6lGWNUsFgmpq9x7kfLrrn21bKOJHkEhcAZm\nzJ+cY+K1nrrg0uW4eggHSIHlRDbaDd7rYV6zSabkq2fdfteQIpNqc2bIPxis\n0U26JwUGmhZkKuZRjNfhul7tHDTrEuoItDCHmqadDIrCF7zmP7O2QKWbBXcw\nz9T3loXVFdaWVYZ7UOzzH4rbVcWVWXE1Xvbwgkh4HBz+QD6f0CD9a84P9hjh\niEtt0N9SnImcMhXDaeKxm5hjmSEryKLaWcuKeDtwo1EGpP00sS+e5bLiWUR5\nvIghIVdL/p5SdzmsnOXYIEFPFXKGw0iSnVtIxpitBTBtxMaJU/uK/6ZoEwRk\nSh6OjZwCHhz66CnyX+854jg9MOVUSkMhGRRq45SHOPkO9DJ/ikIvYzWbblj/\n1z3rJLk3DbdNf3n2tiffPDSRMSYdLWAMUTUApWhFLqbqHfyenThoJQFnoRlz\ndZUHR7RyVI1d6iULaXNrPFr72r3KMCLTDmc+6xfgbgThGWR1t+9bEoBRInpY\n/Yec\r\n=Qq7C\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "345b7df7763f4c2340d584abb532c5f752ca9e35", "tarball": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.2.tgz", "unpackedSize": 204752 }, "engines": { "node": ">=4" }, "files": [ "bin", "commands.js", "global.js", "make.js", "plugin.js", "shell.js", "src" ], "gitHead": "3b266d0a2992f5bbae5ec03710c9e29b1175e67a", "homepage": "http://github.com/shelljs/shelljs", "keywords": [ "bash", "jake", "make", "makefile", "shell", "shelljs", "synchronous", "unix" ], "license": "BSD-3-Clause", "main": "./shell.js", "maintainers": [ { "name": "artur", "email": "arturadib@gmail.com" }, { "name": "freitagbr", "email": "freitagbr@gmail.com" }, { "name": "nfischer", "email": "ntfschr@gmail.com" } ], "name": "shelljs", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/shelljs/shelljs.git" }, "scripts": { "after-travis": "travis-check-changes", "changelog": "shelljs-changelog", "codecov": "codecov", "gendocs": "node scripts/generate-docs", "lint": "eslint .", "posttest": "npm run lint", "release:major": "shelljs-release major", "release:minor": "shelljs-release minor", "release:patch": "shelljs-release patch", "test": "nyc --reporter=text --reporter=lcov ava test/*.js", "test-no-coverage": "ava test/*.js" }, "version": "0.8.2" }