Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
49
node_modules/is-negative-zero/package.json
generated
vendored
49
node_modules/is-negative-zero/package.json
generated
vendored
|
|
@ -1,26 +1,31 @@
|
|||
{
|
||||
"name": "is-negative-zero",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Is this value negative zero? === will lie to you",
|
||||
"author": "Jordan Harband",
|
||||
"author": "Jordan Harband <ljharb@gmail.com>",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npm run lint && node test.js && npm run coverage-quiet",
|
||||
"coverage": "covert test.js",
|
||||
"coverage-quiet": "covert test.js --quiet",
|
||||
"lint": "npm run jscs && npm run eslint",
|
||||
"jscs": "jscs *.js",
|
||||
"eslint": "eslint *.js"
|
||||
"prepublish": "safe-publish-latest",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run tests-only",
|
||||
"tests-only": "nyc tape 'test/**/*.js'",
|
||||
"posttest": "npx aud --production",
|
||||
"lint": "eslint .",
|
||||
"version": "auto-changelog && git add CHANGELOG.md",
|
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ljharb/is-negative-zero.git"
|
||||
"url": "git://github.com/inspect-js/is-negative-zero.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ljharb/is-negative-zero/issues"
|
||||
"url": "https://github.com/inspect-js/is-negative-zero/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ljharb/is-negative-zero",
|
||||
"homepage": "https://github.com/inspect-js/is-negative-zero",
|
||||
"keywords": [
|
||||
"is",
|
||||
"negative",
|
||||
|
|
@ -33,14 +38,16 @@
|
|||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"tape": "^4.0.1",
|
||||
"covert": "^1.1.0",
|
||||
"jscs": "^1.13.1",
|
||||
"eslint": "^1.0.0-rc-3",
|
||||
"@ljharb/eslint-config": "^1.0.3"
|
||||
"@ljharb/eslint-config": "^17.3.0",
|
||||
"aud": "^1.1.3",
|
||||
"auto-changelog": "^2.2.1",
|
||||
"eslint": "^7.14.0",
|
||||
"nyc": "^10.3.2",
|
||||
"safe-publish-latest": "^1.1.4",
|
||||
"tape": "^5.0.1"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test.js",
|
||||
"files": "test/index.js",
|
||||
"browsers": [
|
||||
"iexplore/6.0..latest",
|
||||
"firefox/3.0..6.0",
|
||||
|
|
@ -60,5 +67,13 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"output": "CHANGELOG.md",
|
||||
"template": "keepachangelog",
|
||||
"unreleased": false,
|
||||
"commitLimit": false,
|
||||
"backfillLimit": false,
|
||||
"hideCredit": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue