aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/shelljs/package.json
blob: 57dd4af0a1826fd35cc593b61c443688baed8893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "_from": "[email protected]",
  "_id": "[email protected]",
  "_inBundle": true,
  "_integrity": "sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM=",
  "_location": "/cordova-ios/shelljs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "[email protected]",
    "name": "shelljs",
    "escapedName": "shelljs",
    "rawSpec": "0.5.3",
    "saveSpec": null,
    "fetchSpec": "0.5.3"
  },
  "_requiredBy": [
    "/cordova-ios",
    "/cordova-ios/cordova-common"
  ],
  "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
  "_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
  "_spec": "[email protected]",
  "_where": "/Users/brodybits/Documents/cordova/cordova-ios",
  "author": {
    "name": "Artur Adib",
    "email": "[email protected]"
  },
  "bin": {
    "shjs": "./bin/shjs"
  },
  "bugs": {
    "url": "https://github.com/arturadib/shelljs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Portable Unix shell commands for Node.js",
  "devDependencies": {
    "jshint": "~2.1.11"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "http://github.com/arturadib/shelljs",
  "keywords": [
    "unix",
    "shell",
    "makefile",
    "make",
    "jake",
    "synchronous"
  ],
  "license": "BSD*",
  "main": "./shell.js",
  "name": "shelljs",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/arturadib/shelljs.git"
  },
  "scripts": {
    "test": "node scripts/run-tests"
  },
  "version": "0.5.3"
}