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/1e99a03141f51bbb455be0733469df94f868e671/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 Jun 27, 2022
1 parent 39a377b commit e56478b
Showing 1 changed file with 71 additions and 71 deletions.
142 changes: 71 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,77 @@
"name": "@functional-abstraction/type",
"description": "Type helpers for JavaScript",
"version": "1.0.4",
"license": "AGPL-3.0",
"author": "make-github-pseudonymous-again",
"homepage": "https://functional-abstraction.github.io/type",
"repository": {
"type": "git",
"url": "https://github.com/functional-abstraction/type"
},
"bugs": {
"url": "https://github.com/functional-abstraction/type/issues"
},
"keywords": [
"bricks",
"javascript",
"js",
"type",
"typeof",
"types"
],
"sideEffects": false,
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.mjs",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"exports": {
".": {
"browser": "./dist/index.module.mjs",
"umd": "./dist/index.umd.js",
"require": "./dist/index.js",
"default": "./dist/index.modern.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "NODE_ENV=production microbundle",
"build-docs": "esdoc",
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
"lint": "true",
"lint-config": "fixpack --dryRun",
"lint-config-and-fix": "fixpack || fixpack",
"prepare": "npm run build",
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
"test": "ava"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/register": "7.17.7",
"@commitlint/cli": "17.0.3",
"@js-library/commitlint-config": "0.0.4",
"ava": "4.3.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.2.0",
"babel-preset-power-assert": "3.0.0",
"c8": "7.11.3",
"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",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"microbundle": "0.15.0",
"np": "7.6.2",
"pinst": "3.0.0",
"power-assert": "1.6.1"
},
"ava": {
"files": [
"test/src/**/*"
Expand Down Expand Up @@ -98,75 +168,5 @@
]
}
}
},
"bugs": {
"url": "https://github.com/functional-abstraction/type/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/register": "7.17.7",
"@commitlint/cli": "17.0.3",
"@js-library/commitlint-config": "0.0.4",
"ava": "4.3.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.2.0",
"babel-preset-power-assert": "3.0.0",
"c8": "7.11.3",
"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",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"microbundle": "0.15.0",
"np": "7.6.2",
"pinst": "3.0.0",
"power-assert": "1.6.1"
},
"exports": {
".": {
"browser": "./dist/index.module.mjs",
"umd": "./dist/index.umd.js",
"require": "./dist/index.js",
"default": "./dist/index.modern.mjs"
}
},
"files": [
"dist"
],
"homepage": "https://functional-abstraction.github.io/type",
"keywords": [
"bricks",
"javascript",
"js",
"type",
"typeof",
"types"
],
"license": "AGPL-3.0",
"main": "dist/index.js",
"module": "dist/index.module.mjs",
"repository": {
"type": "git",
"url": "https://github.com/functional-abstraction/type"
},
"scripts": {
"build": "NODE_ENV=production microbundle",
"build-docs": "esdoc",
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
"lint": "true",
"prepare": "npm run build",
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
"test": "ava",
"lint-config-and-fix": "fixpack || fixpack",
"lint-config": "fixpack --dryRun"
},
"sideEffects": false,
"source": "src/index.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js"
}
}

0 comments on commit e56478b

Please sign in to comment.