Skip to content

Commit 66bea39

Browse files
🎨 style(package.json): Run fixpack.
1 parent a2af3a7 commit 66bea39

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

package.json

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,17 @@
11
{
2-
"homepage": "http://aureooms.github.io/js-string/",
3-
"keywords": [
4-
"bricks",
5-
"char",
6-
"character",
7-
"javascript",
8-
"js",
9-
"sequence",
10-
"string",
11-
"ender"
12-
],
13-
"license": "AGPL-3.0",
14-
"author": "aureooms",
15-
"repository": {
16-
"url": "https://github.com/aureooms/js-string.git",
17-
"type": "git"
18-
},
19-
"bugs": {
20-
"url": "https://github.com/aureooms/js-string/issues"
21-
},
222
"name": "@aureooms/js-string",
23-
"main": "lib/index.js",
24-
"version": "0.2.0",
25-
"scripts": {
26-
"build": "babel --delete-dir-on-start --env-name production src -d lib",
27-
"test": "ava",
28-
"esdoc": "esdoc",
29-
"lint": "true",
30-
"prepare": "npm run build",
31-
"cover": "nyc --reporter=lcov npm test",
32-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
33-
"travis": "npm run lint && npm run cover",
34-
"release": "np"
35-
},
363
"description": "character sequence code bricks for JavaScript",
37-
"dependencies": {},
38-
"devDependencies": {
39-
"@babel/cli": "7.11.6",
40-
"@babel/core": "7.11.6",
41-
"@babel/preset-env": "7.11.5",
42-
"@babel/register": "7.11.5",
43-
"ava": "3.12.1",
44-
"babel-plugin-transform-remove-console": "6.9.4",
45-
"babel-plugin-unassert": "3.0.1",
46-
"babel-preset-power-assert": "3.0.0",
47-
"coveralls": "3.1.0",
48-
"esdoc": "1.1.0",
49-
"esdoc-inject-script-plugin": "1.0.0",
50-
"esdoc-inject-style-plugin": "1.0.0",
51-
"esdoc-standard-plugin": "1.0.0",
52-
"np": "6.5.0",
53-
"nyc": "15.1.0",
54-
"power-assert": "1.6.1",
55-
"regenerator-runtime": "0.13.7"
4+
"version": "0.2.0",
5+
"author": "aureooms",
6+
"ava": {
7+
"files": [
8+
"test/src/**/*"
9+
],
10+
"require": [
11+
"regenerator-runtime/runtime",
12+
"@babel/register"
13+
],
14+
"timeout": "1m"
5615
},
5716
"babel": {
5817
"presets": [
@@ -113,18 +72,59 @@
11372
}
11473
}
11574
},
116-
"ava": {
117-
"files": [
118-
"test/src/**/*"
119-
],
120-
"require": [
121-
"regenerator-runtime/runtime",
122-
"@babel/register"
123-
],
124-
"timeout": "1m"
75+
"bugs": {
76+
"url": "https://github.com/aureooms/js-string/issues"
77+
},
78+
"dependencies": {},
79+
"devDependencies": {
80+
"@babel/cli": "7.11.6",
81+
"@babel/core": "7.11.6",
82+
"@babel/preset-env": "7.11.5",
83+
"@babel/register": "7.11.5",
84+
"ava": "3.12.1",
85+
"babel-plugin-transform-remove-console": "6.9.4",
86+
"babel-plugin-unassert": "3.0.1",
87+
"babel-preset-power-assert": "3.0.0",
88+
"coveralls": "3.1.0",
89+
"esdoc": "1.1.0",
90+
"esdoc-inject-script-plugin": "1.0.0",
91+
"esdoc-inject-style-plugin": "1.0.0",
92+
"esdoc-standard-plugin": "1.0.0",
93+
"np": "6.5.0",
94+
"nyc": "15.1.0",
95+
"power-assert": "1.6.1",
96+
"regenerator-runtime": "0.13.7"
12597
},
12698
"files": [
12799
"lib"
128100
],
101+
"homepage": "http://aureooms.github.io/js-string/",
102+
"keywords": [
103+
"bricks",
104+
"char",
105+
"character",
106+
"ender",
107+
"javascript",
108+
"js",
109+
"sequence",
110+
"string"
111+
],
112+
"license": "AGPL-3.0",
113+
"main": "lib/index.js",
114+
"repository": {
115+
"url": "https://github.com/aureooms/js-string.git",
116+
"type": "git"
117+
},
118+
"scripts": {
119+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
120+
"cover": "nyc --reporter=lcov npm test",
121+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
122+
"esdoc": "esdoc",
123+
"lint": "true",
124+
"prepare": "npm run build",
125+
"release": "np",
126+
"test": "ava",
127+
"travis": "npm run lint && npm run cover"
128+
},
129129
"sideEffects": false
130130
}

0 commit comments

Comments
 (0)