forked from leechuanjun/TLReactNativeProject
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·101 lines (101 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·101 lines (101 loc) · 2.61 KB
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
{
"_args": [
[
{
"name": "ast-query",
"raw": "ast-query@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/lichuanjun/Documents/projects/git/github/leechuanjun/TLReactNativeProject/node_modules/gruntfile-editor"
]
],
"_from": "ast-query@>=1.0.1 <2.0.0",
"_id": "ast-query@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/ast-query",
"_nodeVersion": "5.2.0",
"_npmOperationalInternal": {
"host": "packages-13-west.internal.npmjs.com",
"tmp": "tmp/ast-query-1.2.0.tgz_1458026723139_0.6472864085808396"
},
"_npmUser": {
"email": "admin@simonboudrias.com",
"name": "sboudrias"
},
"_npmVersion": "3.5.3",
"_phantomChildren": {},
"_requested": {
"name": "ast-query",
"raw": "ast-query@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gruntfile-editor"
],
"_resolved": "https://registry.npmjs.org/ast-query/-/ast-query-1.2.0.tgz",
"_shasum": "4b725e9f3922a5edc41dc669c87bbfbfd20171a2",
"_shrinkwrap": null,
"_spec": "ast-query@^1.0.1",
"_where": "/Users/lichuanjun/Documents/projects/git/github/leechuanjun/TLReactNativeProject/node_modules/gruntfile-editor",
"author": {
"email": "admin@simonboudrias.com",
"name": "Simon Boudrias"
},
"bugs": {
"url": "https://github.com/sboudrias/AST-query/issues"
},
"dependencies": {
"class-extend": "^0.1.1",
"escodegen": "^1.6.0",
"esprima": "^2.0.0",
"lodash": "^4.6.1",
"traverse": "^0.6.6"
},
"description": "Declarative JavaScript AST modification façade",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.9",
"grunt-contrib-jshint": "^1.0.0",
"grunt-simple-mocha": "^0.4.0"
},
"directories": {},
"dist": {
"shasum": "4b725e9f3922a5edc41dc669c87bbfbfd20171a2",
"tarball": "https://registry.npmjs.org/ast-query/-/ast-query-1.2.0.tgz"
},
"gitHead": "9663627db08d583fd3b866378d3c45fb1d5c5dc3",
"homepage": "https://github.com/sboudrias/AST-query#readme",
"keywords": [
"AST",
"source",
"traversal",
"syntax",
"tree"
],
"license": "MIT",
"main": "lib/tree.js",
"maintainers": [
{
"email": "admin@simonboudrias.com",
"name": "sboudrias"
}
],
"name": "ast-query",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sboudrias/AST-query.git"
},
"scripts": {
"test": "grunt"
},
"version": "1.2.0"
}