-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 899 Bytes
/
package.json
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
{
"name": "babel-plugin-transform-dirname-filename",
"version": "1.1.0",
"description": "Babel plugin that rewrites __dirname and __filename to static values",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/babel-plugin-transform-dirname-filename.git"
},
"keywords": [
"babel",
"plugin",
"dirname",
"filename",
"__dirname",
"__filename",
"compile",
"rewrite",
"static",
"value"
],
"author": "Nathan Rajlich <[email protected]> (https://n8.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooTallNate/babel-plugin-transform-dirname-filename/issues"
},
"homepage": "https://github.com/TooTallNate/babel-plugin-transform-dirname-filename#readme",
"dependencies": {
"estree-walker": "^0.2.0"
}
}