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
·82 lines (82 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·82 lines (82 loc) · 2.64 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
{
"_args": [
[
{
"name": "babel-plugin-react-constant-elements",
"raw": "babel-plugin-react-constant-elements@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"/Users/lichuanjun/Documents/projects/git/github/leechuanjun/TLReactNativeProject/node_modules/babel/node_modules/babel-core"
]
],
"_from": "babel-plugin-react-constant-elements@>=1.0.3 <2.0.0",
"_id": "babel-plugin-react-constant-elements@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/babel-plugin-react-constant-elements",
"_nodeVersion": "2.0.0",
"_npmUser": {
"email": "sebmck@gmail.com",
"name": "sebmck"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "babel-plugin-react-constant-elements",
"raw": "babel-plugin-react-constant-elements@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel/babel-core"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz",
"_shasum": "946736e8378429cbc349dcff62f51c143b34e35a",
"_shrinkwrap": null,
"_spec": "babel-plugin-react-constant-elements@^1.0.3",
"_where": "/Users/lichuanjun/Documents/projects/git/github/leechuanjun/TLReactNativeProject/node_modules/babel/node_modules/babel-core",
"bugs": {
"url": "https://github.com/babel-plugins/babel-plugin-react-constant-elements/issues"
},
"dependencies": {},
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"devDependencies": {
"babel": "^5.6.0"
},
"directories": {},
"dist": {
"shasum": "946736e8378429cbc349dcff62f51c143b34e35a",
"tarball": "http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz"
},
"gitHead": "b32bb60d5b995b79f31499e2454c537531e8ed27",
"homepage": "https://github.com/babel-plugins/babel-plugin-react-constant-elements#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"email": "sebmck@gmail.com",
"name": "sebmck"
}
],
"name": "babel-plugin-react-constant-elements",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/babel-plugins/babel-plugin-react-constant-elements.git"
},
"scripts": {
"build": "babel-plugin build",
"push": "babel-plugin publish",
"test": "babel-plugin test"
},
"version": "1.0.3"
}