119bb8f3f0ca2d3b2aabc67d104be172bcc2787d
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "_args": [
3     [
4       "escope@https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
5       "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build"
6     ]
7   ],
8   "_development": true,
9   "_from": "escope@https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
10   "_id": "escope@https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
11   "_inBundle": false,
12   "_integrity": "sha1-wbrCSHBgW7OEugc9zgQXyTBe3es=",
13   "_location": "/grunt-standard/standard/eslint/escope",
14   "_phantomChildren": {
15     "estraverse": "https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz"
16   },
17   "_requested": {
18     "type": "remote",
19     "raw": "escope@https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
20     "name": "escope",
21     "escapedName": "escope",
22     "rawSpec": "https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
23     "saveSpec": "https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
24     "fetchSpec": "https://registry.npmjs.org/escope/-/escope-2.0.6.tgz"
25   },
26   "_requiredBy": [
27     "/grunt-standard/standard/eslint"
28   ],
29   "_spec": "https://registry.npmjs.org/escope/-/escope-2.0.6.tgz",
30   "_where": "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build",
31   "bugs": {
32     "url": "https://github.com/estools/escope/issues"
33   },
34   "dependencies": {
35     "es6-map": "^0.1.1",
36     "es6-weak-map": "^0.1.2",
37     "esrecurse": "^1.2.0",
38     "estraverse": ">=1.9.0",
39     "util-extend": "^1.0.1"
40   },
41   "description": "ECMAScript scope analyzer",
42   "devDependencies": {
43     "browserify": "^7.0.0",
44     "chai": "~1.10.0",
45     "coffee-script": "~1.8.0",
46     "esprima": "~1.2.2",
47     "gulp": "~3.8.10",
48     "gulp-eslint": "^0.2.0",
49     "gulp-mocha": "~2.0.0",
50     "jsdoc": "~3.3.0-alpha10",
51     "minimist": "^1.1.0",
52     "vinyl-source-stream": "^1.0.0"
53   },
54   "engines": {
55     "node": ">=0.4.0"
56   },
57   "homepage": "http://github.com/estools/escope.html",
58   "licenses": [
59     {
60       "type": "BSD",
61       "url": "http://github.com/estools/escope/raw/master/LICENSE.BSD"
62     }
63   ],
64   "main": "escope.js",
65   "maintainers": [
66     {
67       "name": "Yusuke Suzuki",
68       "email": "utatane.tea@gmail.com",
69       "url": "http://github.com/Constellation"
70     }
71   ],
72   "name": "escope",
73   "repository": {
74     "type": "git",
75     "url": "git+ssh://git@github.com/estools/escope.git"
76   },
77   "scripts": {
78     "jsdoc": "jsdoc escope.js README.md",
79     "lint": "gulp lint",
80     "test": "gulp travis",
81     "unit-test": "gulp test"
82   },
83   "version": "https://registry.npmjs.org/escope/-/escope-2.0.6.tgz"
84 }