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
·100 lines (100 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·100 lines (100 loc) · 2.57 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
{
"_args": [
[
{
"name": "babel-helpers",
"raw": "babel-helpers@^6.8.0",
"rawSpec": "^6.8.0",
"scope": null,
"spec": ">=6.8.0 <7.0.0",
"type": "range"
},
"/Users/lichuanjun/Documents/projects/git/github/leechuanjun/TLReactNativeProject/node_modules/babel-core"
]
],
"_from": "babel-helpers@>=6.8.0 <7.0.0",
"_id": "babel-helpers@6.8.0",
"_inCache": true,
"_installable": true,
"_location": "/babel-helpers",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/babel-helpers-6.8.0.tgz_1462232649675_0.7814250050578266"
},
"_npmUser": {
"email": "hi@henryzoo.com",
"name": "hzoo"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "babel-helpers",
"raw": "babel-helpers@^6.8.0",
"rawSpec": "^6.8.0",
"scope": null,
"spec": ">=6.8.0 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.8.0.tgz",
"_shasum": "321c56f9c9cac1a297f827fdff638b27a6292503",
"_shrinkwrap": null,
"_spec": "babel-helpers@^6.8.0",
"_where": "/Users/lichuanjun/Documents/projects/git/github/leechuanjun/TLReactNativeProject/node_modules/babel-core",
"author": {
"email": "sebmck@gmail.com",
"name": "Sebastian McKenzie"
},
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-template": "^6.8.0"
},
"description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "321c56f9c9cac1a297f827fdff638b27a6292503",
"tarball": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.8.0.tgz"
},
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"email": "amjad.masad@gmail.com",
"name": "amasad"
},
{
"email": "hi@henryzoo.com",
"name": "hzoo"
},
{
"email": "npm-public@jessemccarthy.net",
"name": "jmm"
},
{
"email": "loganfsmyth@gmail.com",
"name": "loganfsmyth"
},
{
"email": "sebmck@gmail.com",
"name": "sebmck"
},
{
"email": "me@thejameskyle.com",
"name": "thejameskyle"
}
],
"name": "babel-helpers",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
},
"scripts": {},
"version": "6.8.0"
}