83ef7bf4e0429fa60e10d8bf5a67dce1fa81116f
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "_args": [
3     [
4       "estraverse@https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
5       "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build"
6     ]
7   ],
8   "_development": true,
9   "_from": "estraverse@https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
10   "_id": "estraverse@https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
11   "_inBundle": false,
12   "_integrity": "sha1-WuRpYyQ2ACBmdMyySgnhZnT83KE=",
13   "_location": "/grunt-standard/standard/eslint/estraverse",
14   "_phantomChildren": {},
15   "_requested": {
16     "type": "remote",
17     "raw": "estraverse@https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
18     "name": "estraverse",
19     "escapedName": "estraverse",
20     "rawSpec": "https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
21     "saveSpec": "https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
22     "fetchSpec": "https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz"
23   },
24   "_requiredBy": [
25     "/grunt-standard/standard/eslint",
26     "/grunt-standard/standard/eslint/escope",
27     "/grunt-standard/standard/eslint/escope/esrecurse"
28   ],
29   "_spec": "https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz",
30   "_where": "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build",
31   "bugs": {
32     "url": "https://github.com/estools/estraverse/issues"
33   },
34   "description": "ECMAScript JS AST traversal functions",
35   "devDependencies": {
36     "chai": "^2.1.1",
37     "coffee-script": "^1.8.0",
38     "espree": "^1.11.0",
39     "gulp": "^3.8.10",
40     "gulp-bump": "^0.2.2",
41     "gulp-filter": "^2.0.0",
42     "gulp-git": "^1.0.1",
43     "gulp-tag-version": "^1.2.1",
44     "jshint": "^2.5.6",
45     "mocha": "^2.1.0"
46   },
47   "engines": {
48     "node": ">=0.10.0"
49   },
50   "homepage": "https://github.com/estools/estraverse",
51   "licenses": [
52     {
53       "type": "BSD",
54       "url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
55     }
56   ],
57   "main": "estraverse.js",
58   "maintainers": [
59     {
60       "name": "Yusuke Suzuki",
61       "email": "utatane.tea@gmail.com",
62       "url": "http://github.com/Constellation"
63     }
64   ],
65   "name": "estraverse",
66   "repository": {
67     "type": "git",
68     "url": "git+ssh://git@github.com/estools/estraverse.git"
69   },
70   "scripts": {
71     "lint": "jshint estraverse.js",
72     "test": "npm run-script lint && npm run-script unit-test",
73     "unit-test": "mocha --compilers coffee:coffee-script/register"
74   },
75   "version": "https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz"
76 }