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/b7b7316fcc320ee7d249b0aa391d9a196c944421/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 Apr 15, 2021
1 parent 01dd108 commit 251fab3
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,36 @@
"name": "@aureooms/js-fibonacci-heap",
"description": "Fibonacci heap data structure for JavaScript",
"version": "1.0.0",
"license": "AGPL-3.0",
"author": "aureooms",
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"regenerator-runtime/runtime",
"@babel/register"
],
"timeout": "1m"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
"homepage": "https://aureooms.github.io/js-fibonacci-heap",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-fibonacci-heap"
},
"bugs": {
"url": "https://github.com/aureooms/js-fibonacci-heap/issues"
},
"keywords": [
"data",
"fibonacci",
"heap",
"structure"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "rm -rf lib && babel 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": "xo && ava"
},
"dependencies": {
"@aureooms/js-cll": "^1.0.0"
},
Expand All @@ -42,37 +48,31 @@
"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",
"regenerator-runtime": "0.13.7",
"xo": "0.36.1",
"fixpack": "4.0.0"
"xo": "0.36.1"
},
"files": [
"lib"
],
"homepage": "https://aureooms.github.io/js-fibonacci-heap",
"keywords": [
"data",
"fibonacci",
"heap",
"structure"
],
"license": "AGPL-3.0",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-fibonacci-heap"
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"regenerator-runtime/runtime",
"@babel/register"
],
"timeout": "1m"
},
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"prepare": "npm run build",
"release": "np",
"test": "xo && ava",
"lint-config-and-fix": "fixpack || fixpack",
"lint-config": "fixpack --dryRun"
"babel": {
"presets": [
"@babel/preset-env"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
},
"xo": {
"prettier": true,
Expand Down

0 comments on commit 251fab3

Please sign in to comment.