summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/package.json
blob: 8bbb8bc5e93ee2dd6970ea7844bbf90b5ac6702a (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
{
  "_args": [
    [
      "escope@^3.3.0",
      "/Users/mzasso/git/forks/node/node_modules/eslint"
    ]
  ],
  "_from": "escope@>=3.3.0 <4.0.0",
  "_id": "escope@3.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/escope",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "email": "utatane.tea@gmail.com",
    "name": "constellation"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "escope",
    "raw": "escope@^3.3.0",
    "rawSpec": "^3.3.0",
    "scope": null,
    "spec": ">=3.3.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/escope/-/escope-3.3.0.tgz",
  "_shasum": "6201c97285c2c13643afe4453b58de64481aa1a4",
  "_shrinkwrap": null,
  "_spec": "escope@^3.3.0",
  "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
  "bugs": {
    "url": "https://github.com/estools/escope/issues"
  },
  "dependencies": {
    "es6-map": "^0.1.2",
    "es6-weak-map": "^2.0.1",
    "esrecurse": "^3.1.1",
    "estraverse": "^4.1.1"
  },
  "description": "ECMAScript scope analyzer",
  "devDependencies": {
    "acorn": "^2.5.2",
    "babel": "^4.7.12",
    "browserify": "^12.0.1",
    "chai": "^3.4.0",
    "coffee-script": "^1.10.0",
    "espree": "^2.2.5",
    "esprima": "^2.7.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^4.0.0",
    "gulp-bump": "^1.0.0",
    "gulp-coffee": "^2.3.1",
    "gulp-eslint": "^1.0.0",
    "gulp-espower": "^1.0.1",
    "gulp-filter": "^3.0.1",
    "gulp-git": "^1.6.0",
    "gulp-mocha": "^2.1.3",
    "gulp-plumber": "^1.0.1",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-tag-version": "^1.3.0",
    "jsdoc": "^3.3.3",
    "lazypipe": "^1.0.1",
    "minimist": "^1.2.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "6201c97285c2c13643afe4453b58de64481aa1a4",
    "tarball": "http://registry.npmjs.org/escope/-/escope-3.3.0.tgz"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "gitHead": "a3402c3e5c04f4e3dc15c88fd2d7ce8608d26ba7",
  "homepage": "http://github.com/estools/escope",
  "license": "BSD-2-Clause",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "constellation",
      "email": "utatane.tea@gmail.com"
    },
    {
      "name": "michaelficarra",
      "email": "npm@michael.ficarra.me"
    },
    {
      "name": "nzakas",
      "email": "nicholas@nczconsulting.com"
    }
  ],
  "name": "escope",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/estools/escope.git"
  },
  "scripts": {
    "jsdoc": "jsdoc src/*.js README.md",
    "lint": "gulp lint",
    "test": "gulp travis",
    "unit-test": "gulp test"
  },
  "version": "3.3.0"
}