-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.58 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.58 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
{
"_args": [
[
"babel-plugin-macros@2.5.1",
"/Users/aakashkumar/Desktop/cybsec"
]
],
"_from": "babel-plugin-macros@2.5.1",
"_id": "babel-plugin-macros@2.5.1",
"_inBundle": false,
"_integrity": "sha512-xN3KhAxPzsJ6OQTktCanNpIFnnMsCV+t8OloKxIL72D6+SUZYFn9qfklPgef5HyyDtzYZqqb+fs1S12+gQY82Q==",
"_location": "/babel-plugin-macros",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-macros@2.5.1",
"name": "babel-plugin-macros",
"escapedName": "babel-plugin-macros",
"rawSpec": "2.5.1",
"saveSpec": null,
"fetchSpec": "2.5.1"
},
"_requiredBy": [
"/babel-preset-gatsby"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.5.1.tgz",
"_spec": "2.5.1",
"_where": "/Users/aakashkumar/Desktop/cybsec",
"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"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"cosmiconfig": "^5.2.0",
"resolve": "^1.10.0"
},
"description": "Allows you to build compile-time libraries",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/parser": "^7.4.2",
"@babel/types": "^7.4.0",
"ast-pretty-print": "^2.0.1",
"babel-plugin-tester": "^6.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cpy": "^7.1.0",
"kcd-scripts": "^1.1.3"
},
"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.5.1"
}