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/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.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jul 28, 2021
1 parent 5e5db14 commit ebcb11a
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,76 +2,76 @@
"name": "@heap-data-structure/binomial-heap",
"description": "Binomial heap data structures for JavaScript",
"version": "11.0.0",
"license": "AGPL-3.0",
"author": "make-github-pseudonymous-again",
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"concurrency": 8,
"timeout": "1m"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
"homepage": "https://heap-data-structure.github.io/binomial-heap",
"repository": {
"url": "https://github.com/heap-data-structure/binomial-heap",
"type": "git"
},
"bugs": {
"url": "https://github.com/heap-data-structure/binomial-heap/issues"
},
"keywords": [
"binomial",
"data",
"heap",
"javascript",
"js",
"structure"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "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": "ava"
},
"dependencies": {},
"devDependencies": {
"@heap-data-structure/specification": "16.0.0",
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.10",
"@babel/register": "7.13.8",
"@heap-data-structure/specification": "16.0.0",
"ava": "3.15.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"esdoc-ecmascript-proposal-plugin": "1.0.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": "6.5.0",
"nyc": "15.1.0",
"fixpack": "4.0.0"
"nyc": "15.1.0"
},
"files": [
"lib"
],
"homepage": "https://heap-data-structure.github.io/binomial-heap",
"keywords": [
"binomial",
"data",
"heap",
"javascript",
"js",
"structure"
],
"license": "AGPL-3.0",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/heap-data-structure/binomial-heap",
"type": "git"
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"concurrency": 8,
"timeout": "1m"
},
"scripts": {
"build": "babel 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"
"babel": {
"presets": [
"@babel/preset-env"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
}
}

0 comments on commit ebcb11a

Please sign in to comment.