summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/shelljs/package.json
blob: 5dc19b8f524e0031d59ba9f744970ff7daa33be8 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_args": [
    [
      {
        "raw": "shelljs@^0.6.0",
        "scope": null,
        "escapedName": "shelljs",
        "name": "shelljs",
        "rawSpec": "^0.6.0",
        "spec": ">=0.6.0 <0.7.0",
        "type": "range"
      },
      "/Users/trott/io.js/tools/node_modules/eslint"
    ]
  ],
  "_from": "shelljs@>=0.6.0 <0.7.0",
  "_id": "shelljs@0.6.1",
  "_inCache": true,
  "_location": "/shelljs",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/shelljs-0.6.1.tgz_1470519555022_0.9348916830495"
  },
  "_npmUser": {
    "name": "nfischer",
    "email": "ntfschr@gmail.com"
  },
  "_npmVersion": "3.5.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "shelljs@^0.6.0",
    "scope": null,
    "escapedName": "shelljs",
    "name": "shelljs",
    "rawSpec": "^0.6.0",
    "spec": ">=0.6.0 <0.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz",
  "_shasum": "ec6211bed1920442088fe0f70b2837232ed2c8a8",
  "_shrinkwrap": null,
  "_spec": "shelljs@^0.6.0",
  "_where": "/Users/trott/io.js/tools/node_modules/eslint",
  "author": {
    "name": "Artur Adib",
    "email": "arturadib@gmail.com"
  },
  "bin": {
    "shjs": "./bin/shjs"
  },
  "bugs": {
    "url": "https://github.com/shelljs/shelljs/issues"
  },
  "contributors": [
    {
      "name": "Ari Porad",
      "email": "ari@ariporad.com",
      "url": "http://ariporad.com/"
    },
    {
      "name": "Nate Fischer",
      "email": "ntfschr@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "Portable Unix shell commands for Node.js",
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "jshint": "~2.1.11"
  },
  "directories": {},
  "dist": {
    "shasum": "ec6211bed1920442088fe0f70b2837232ed2c8a8",
    "tarball": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "a5b9e2a64ffdf9f837d6ceb15d7f42221875542b",
  "homepage": "http://github.com/shelljs/shelljs",
  "keywords": [
    "unix",
    "shell",
    "makefile",
    "make",
    "jake",
    "synchronous"
  ],
  "license": "BSD-3-Clause",
  "main": "./shell.js",
  "maintainers": [
    {
      "name": "ariporad",
      "email": "ari@ariporad.com"
    },
    {
      "name": "artur",
      "email": "arturadib@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": {
    "test": "node scripts/run-tests"
  },
  "version": "0.6.1"
}