Skip to content

Commit d1ce800

Browse files
🤖 chore: Lint configuration files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/package.json:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent acfe7af commit d1ce800

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,41 @@
22
"name": "@async-abstraction/tape",
33
"description": "Tape library for JavaScript",
44
"version": "7.0.0",
5+
"license": "AGPL-3.0",
56
"author": "make-github-pseudonymous-again",
6-
"ava": {
7-
"files": [
8-
"test/src/**/*"
9-
],
10-
"require": [
11-
"regenerator-runtime/runtime",
12-
"@babel/register"
13-
],
14-
"timeout": "1m"
15-
},
16-
"babel": {
17-
"presets": [
18-
"@babel/preset-env"
19-
],
20-
"env": {
21-
"test": {
22-
"sourceMaps": "inline"
23-
},
24-
"development": {
25-
"sourceMaps": "inline"
26-
},
27-
"production": {
28-
"sourceMaps": "inline"
29-
}
30-
}
7+
"homepage": "https://async-abstraction.github.io/tape",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/async-abstraction/tape"
3111
},
3212
"bugs": {
3313
"url": "https://github.com/async-abstraction/tape/issues"
3414
},
15+
"keywords": [
16+
"parsing",
17+
"read",
18+
"stream",
19+
"tape",
20+
"unread"
21+
],
22+
"sideEffects": false,
23+
"main": "lib/index.js",
24+
"files": [
25+
"lib"
26+
],
27+
"scripts": {
28+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
29+
"cover": "nyc --reporter=lcov npm test",
30+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
31+
"esdoc": "esdoc",
32+
"lint": "xo",
33+
"lint-config": "fixpack --dryRun",
34+
"lint-config-and-fix": "fixpack || fixpack",
35+
"prepare": "npm run build",
36+
"release": "np",
37+
"test": "ava",
38+
"travis": "npm run lint && npm run cover"
39+
},
3540
"dependencies": {},
3641
"devDependencies": {
3742
"@babel/cli": "7.13.10",
@@ -48,44 +53,39 @@
4853
"esdoc-inject-script-plugin": "1.0.0",
4954
"esdoc-inject-style-plugin": "1.0.0",
5055
"esdoc-standard-plugin": "1.0.0",
56+
"fixpack": "4.0.0",
5157
"np": "7.4.0",
5258
"nyc": "15.1.0",
5359
"power-assert": "1.6.1",
5460
"regenerator-runtime": "0.13.7",
55-
"xo": "0.38.2",
56-
"fixpack": "4.0.0"
61+
"xo": "0.38.2"
5762
},
58-
"files": [
59-
"lib"
60-
],
61-
"homepage": "https://async-abstraction.github.io/tape",
62-
"keywords": [
63-
"parsing",
64-
"read",
65-
"stream",
66-
"tape",
67-
"unread"
68-
],
69-
"license": "AGPL-3.0",
70-
"main": "lib/index.js",
71-
"repository": {
72-
"type": "git",
73-
"url": "https://github.com/async-abstraction/tape"
63+
"ava": {
64+
"files": [
65+
"test/src/**/*"
66+
],
67+
"require": [
68+
"regenerator-runtime/runtime",
69+
"@babel/register"
70+
],
71+
"timeout": "1m"
7472
},
75-
"scripts": {
76-
"build": "babel --delete-dir-on-start --env-name production src -d lib",
77-
"cover": "nyc --reporter=lcov npm test",
78-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
79-
"esdoc": "esdoc",
80-
"lint": "xo",
81-
"prepare": "npm run build",
82-
"release": "np",
83-
"test": "ava",
84-
"travis": "npm run lint && npm run cover",
85-
"lint-config-and-fix": "fixpack || fixpack",
86-
"lint-config": "fixpack --dryRun"
73+
"babel": {
74+
"presets": [
75+
"@babel/preset-env"
76+
],
77+
"env": {
78+
"test": {
79+
"sourceMaps": "inline"
80+
},
81+
"development": {
82+
"sourceMaps": "inline"
83+
},
84+
"production": {
85+
"sourceMaps": "inline"
86+
}
87+
}
8788
},
88-
"sideEffects": false,
8989
"xo": {
9090
"prettier": true,
9191
"plugins": [

0 commit comments

Comments
 (0)