package.json
2.81 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
102
103
104
105
{
"_from": "babel-plugin-macros@2.8.0",
"_id": "babel-plugin-macros@2.8.0",
"_inBundle": false,
"_integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
"_location": "/babel-plugin-macros",
"_phantomChildren": {
"@types/parse-json": "4.0.0",
"import-fresh": "3.2.2",
"parse-json": "5.1.0",
"path-type": "4.0.0",
"yaml": "1.10.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-macros@2.8.0",
"name": "babel-plugin-macros",
"escapedName": "babel-plugin-macros",
"rawSpec": "2.8.0",
"saveSpec": null,
"fetchSpec": "2.8.0"
},
"_requiredBy": [
"/babel-preset-react-app"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
"_shasum": "0f958a7cc6556b1e65344465d99111a1e5e10138",
"_spec": "babel-plugin-macros@2.8.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\babel-preset-react-app",
"author": {
"name": "Kent C. Dodds",
"email": "kent@doddsfamily.us",
"url": "http://kentcdodds.com/"
},
"babel": {
"presets": [
"./other/babel-config.js"
]
},
"bugs": {
"url": "https://github.com/kentcdodds/babel-plugin-macros/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.7.2",
"cosmiconfig": "^6.0.0",
"resolve": "^1.12.0"
},
"deprecated": false,
"description": "Allows you to build compile-time libraries",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/parser": "^7.7.3",
"@babel/types": "^7.7.2",
"ast-pretty-print": "^2.0.1",
"babel-plugin-tester": "^7.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cpy": "^7.3.0",
"kcd-scripts": "^1.11.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist"
],
"homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme",
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
}
},
"keywords": [
"babel-plugin",
"macros",
"macro",
"babel-macro",
"babel-plugin-macro",
"babel-macros",
"babel-plugin-macros"
],
"license": "MIT",
"main": "dist/index.js",
"name": "babel-plugin-macros",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/babel-plugin-macros.git"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot",
"validate": "kcd-scripts validate"
},
"version": "2.8.0"
}