package.json
1.62 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
{
"_args": [
[
"babelon@1.0.5",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_development": true,
"_from": "babelon@1.0.5",
"_id": "babelon@1.0.5",
"_inBundle": false,
"_integrity": "sha1-jIiAWFrhwpDr7GNsVv72sAkVHXY=",
"_location": "/babelon",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babelon@1.0.5",
"name": "babelon",
"escapedName": "babelon",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/mpvue-loader"
],
"_resolved": "https://registry.npmjs.org/babelon/-/babelon-1.0.5.tgz",
"_spec": "1.0.5",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "Foy Savas"
},
"bugs": {
"url": "https://github.com/foysavas/babelon/issues"
},
"dependencies": {
"babel-core": "^6.7.2",
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-es2015-spread": "^6.6.5",
"babel-plugin-transform-es2015-template-literals": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-strict-mode": "^6.6.5"
},
"description": "JSON templates using ES6+ object notation",
"homepage": "https://github.com/foysavas/babelon",
"license": "MIT",
"main": "index.js",
"name": "babelon",
"repository": {
"type": "git",
"url": "git+https://github.com/foysavas/babelon.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "1.0.5"
}