package.json
1.63 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
{
"_from": "babel-plugin-property-literals@^1.0.1",
"_id": "babel-plugin-property-literals@1.0.1",
"_inBundle": false,
"_integrity": "sha1-AlIwGQAZKYCxwRjv6kjOk6q4MzY=",
"_location": "/babel-plugin-property-literals",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-property-literals@^1.0.1",
"name": "babel-plugin-property-literals",
"escapedName": "babel-plugin-property-literals",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz",
"_shasum": "0252301900192980b1c118efea48ce93aab83336",
"_spec": "babel-plugin-property-literals@^1.0.1",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\babel-core",
"bugs": {
"url": "https://github.com/babel-plugins/babel-plugin-property-literals/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Turn valid property key literals to plain identifiers",
"devDependencies": {
"babel": "^5.6.0"
},
"homepage": "https://github.com/babel-plugins/babel-plugin-property-literals#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-property-literals",
"repository": {
"type": "git",
"url": "git+https://github.com/babel-plugins/babel-plugin-property-literals.git"
},
"scripts": {
"build": "babel-plugin build",
"push": "babel-plugin publish",
"test": "babel-plugin test"
},
"version": "1.0.1"
}