summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/shelljs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/shelljs/package.json')
-rw-r--r--tools/eslint/node_modules/shelljs/package.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/shelljs/package.json b/tools/eslint/node_modules/shelljs/package.json
new file mode 100644
index 0000000000..a884367b97
--- /dev/null
+++ b/tools/eslint/node_modules/shelljs/package.json
@@ -0,0 +1,88 @@
+{
+ "_args": [
+ [
+ "shelljs@^0.5.3",
+ "/Users/mzasso/git/forks/node/node_modules/eslint"
+ ]
+ ],
+ "_from": "shelljs@>=0.5.3 <0.6.0",
+ "_id": "shelljs@0.5.3",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/eslint/shelljs",
+ "_nodeVersion": "1.2.0",
+ "_npmUser": {
+ "email": "arturadib@gmail.com",
+ "name": "artur"
+ },
+ "_npmVersion": "2.5.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "shelljs",
+ "raw": "shelljs@^0.5.3",
+ "rawSpec": "^0.5.3",
+ "scope": null,
+ "spec": ">=0.5.3 <0.6.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/eslint"
+ ],
+ "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
+ "_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
+ "_shrinkwrap": null,
+ "_spec": "shelljs@^0.5.3",
+ "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
+ "author": {
+ "email": "arturadib@gmail.com",
+ "name": "Artur Adib"
+ },
+ "bin": {
+ "shjs": "./bin/shjs"
+ },
+ "bugs": {
+ "url": "https://github.com/arturadib/shelljs/issues"
+ },
+ "dependencies": {},
+ "description": "Portable Unix shell commands for Node.js",
+ "devDependencies": {
+ "jshint": "~2.1.11"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
+ "tarball": "http://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ },
+ "gitHead": "22d0975040b9b8234755dc6e692d6869436e8485",
+ "homepage": "http://github.com/arturadib/shelljs",
+ "keywords": [
+ "jake",
+ "make",
+ "makefile",
+ "shell",
+ "synchronous",
+ "unix"
+ ],
+ "license": "BSD*",
+ "main": "./shell.js",
+ "maintainers": [
+ {
+ "name": "artur",
+ "email": "arturadib@gmail.com"
+ }
+ ],
+ "name": "shelljs",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/arturadib/shelljs.git"
+ },
+ "scripts": {
+ "test": "node scripts/run-tests"
+ },
+ "version": "0.5.3"
+}