Skip to content

Commit 919a30c

Browse files
committed
chore: apply fixpkg
1 parent 2981533 commit 919a30c

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
22
"name": "espurify",
3-
"description": "Clone AST without extra properties",
43
"version": "3.1.0",
4+
"description": "Clone AST without extra properties",
5+
"keywords": [
6+
"ast",
7+
"estree",
8+
"ecmascript",
9+
"es6"
10+
],
11+
"homepage": "https://github.com/estools/espurify",
12+
"bugs": "https://github.com/estools/espurify/issues",
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/estools/espurify.git"
16+
},
17+
"license": "MIT",
518
"author": {
619
"name": "Takuto Wada",
720
"email": "[email protected]",
821
"url": "https://github.com/twada"
922
},
10-
"bugs": "https://github.com/estools/espurify/issues",
1123
"contributors": [
1224
{
1325
"name": "Renée Kooi",
@@ -18,15 +30,8 @@
1830
"url": "https://github.com/papandreou"
1931
}
2032
],
21-
"devDependencies": {
22-
"acorn": "^8.0.0",
23-
"babel-types": "^6.3.20",
24-
"babylon": "^6.3.20",
25-
"esprima": "^4.0.0",
26-
"estraverse": "^5.0.0",
27-
"semistandard": "^17.0.0",
28-
"snazzy": "^9.0.0"
29-
},
33+
"type": "commonjs",
34+
"main": "index.js",
3035
"files": [
3136
"CHANGELOG.md",
3237
"MIT-LICENSE.txt",
@@ -35,31 +40,26 @@
3540
"lib",
3641
"package.json"
3742
],
38-
"homepage": "https://github.com/estools/espurify",
39-
"keywords": [
40-
"ast",
41-
"estree",
42-
"ecmascript",
43-
"es6"
44-
],
45-
"license": "MIT",
46-
"main": "index.js",
47-
"repository": {
48-
"type": "git",
49-
"url": "git://github.com/estools/espurify.git"
50-
},
5143
"scripts": {
5244
"preversion": "npm test",
5345
"lint": "semistandard --verbose index.js lib test | snazzy",
5446
"fmt": "semistandard --fix index.js lib test",
5547
"test": "npm run lint && node --test"
5648
},
49+
"devDependencies": {
50+
"acorn": "^8.0.0",
51+
"babel-types": "^6.3.20",
52+
"babylon": "^6.3.20",
53+
"esprima": "^4.0.0",
54+
"estraverse": "^5.0.0",
55+
"semistandard": "^17.0.0",
56+
"snazzy": "^9.0.0"
57+
},
5758
"semistandard": {
5859
"ignore": [
5960
"/build/",
6061
"/bench/",
6162
"**/*.jsx"
6263
]
63-
},
64-
"type": "commonjs"
64+
}
6565
}

0 commit comments

Comments
 (0)