Skip to content

Commit

Permalink
🤖 chore: Lint configuration files.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/package.json:initial-lint.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 25, 2021
1 parent 7430f97 commit cd48f91
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,62 @@
"name": "@aureooms/js-persistent",
"description": "Persistent data structures for JavaScript",
"version": "2.2.0",
"license": "AGPL-3.0",
"author": "Aurélien Ooms <[email protected]>",
"homepage": "https://aureooms.github.io/js-persistent",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-persistent"
},
"bugs": {
"url": "https://github.com/aureooms/js-persistent/issues"
},
"keywords": [
"data",
"javascript",
"js",
"persistent",
"structures"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "babel --delete-dir-on-start --env-name production src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"lint-config": "fixpack --dryRun",
"lint-config-and-fix": "fixpack || fixpack",
"prepare": "npm run build",
"release": "np",
"test": "ava"
},
"dependencies": {},
"devDependencies": {
"@aureooms/js-fingertree": "6.0.0",
"@aureooms/js-itertools": "5.1.0",
"@aureooms/js-measure": "2.0.0",
"@aureooms/js-predicate": "3.0.1",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/preset-env": "7.13.12",
"@babel/register": "7.13.8",
"ava": "3.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.0.1",
"babel-preset-power-assert": "3.0.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"fixpack": "4.0.0",
"np": "7.4.0",
"nyc": "15.1.0",
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.7"
},
"ava": {
"require": [
"regenerator-runtime/runtime",
Expand Down Expand Up @@ -71,60 +126,5 @@
"sourceMaps": "inline"
}
}
},
"bugs": {
"url": "https://github.com/aureooms/js-persistent/issues"
},
"dependencies": {},
"devDependencies": {
"@aureooms/js-fingertree": "6.0.0",
"@aureooms/js-itertools": "5.1.0",
"@aureooms/js-measure": "2.0.0",
"@aureooms/js-predicate": "3.0.1",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/preset-env": "7.13.12",
"@babel/register": "7.13.8",
"ava": "3.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.0.1",
"babel-preset-power-assert": "3.0.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"np": "7.4.0",
"nyc": "15.1.0",
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.7",
"fixpack": "4.0.0"
},
"files": [
"lib"
],
"homepage": "https://aureooms.github.io/js-persistent",
"keywords": [
"data",
"javascript",
"js",
"persistent",
"structures"
],
"license": "AGPL-3.0",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-persistent"
},
"scripts": {
"build": "babel --delete-dir-on-start --env-name production src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"prepare": "npm run build",
"release": "np",
"test": "ava",
"lint-config-and-fix": "fixpack || fixpack",
"lint-config": "fixpack --dryRun"
}
}

0 comments on commit cd48f91

Please sign in to comment.