Sam Partington 2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

View file

@ -1,42 +1,33 @@
{
"_from": "@sinonjs/commons@^1.7.2",
"_id": "@sinonjs/commons@1.8.0",
"_inBundle": false,
"_integrity": "sha512-wEj54PfsZ5jGSwMX68G8ZXFawcSglQSXqCftWX3ec8MDUzQdHgcKvw97awHbY0efQEL5iKUOAmmVtoYgmrSG4Q==",
"_location": "/@sinonjs/commons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sinonjs/commons@^1.7.2",
"name": "@sinonjs/commons",
"escapedName": "@sinonjs%2fcommons",
"scope": "@sinonjs",
"rawSpec": "^1.7.2",
"saveSpec": null,
"fetchSpec": "^1.7.2"
"name": "@sinonjs/commons",
"version": "1.8.0",
"description": "Simple functions shared among the sinon end user libraries",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"precommit": "lint-staged",
"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
"preversion": "npm run test-check-coverage",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/commons.git"
},
"_requiredBy": [
"/@sinonjs/fake-timers",
"/@sinonjs/formatio",
"/@sinonjs/samsam",
"/nise",
"/sinon"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.0.tgz",
"_shasum": "c8d68821a854c555bba172f3b06959a0039b236d",
"_spec": "@sinonjs/commons@^1.7.2",
"_where": "/Users/sam/code/codeql-action/node_modules/sinon",
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sinonjs/commons/issues"
},
"bundleDependencies": false,
"dependencies": {
"type-detect": "4.0.8"
"homepage": "https://github.com/sinonjs/commons#readme",
"lint-staged": {
"*.js": [
"eslint"
]
},
"deprecated": false,
"description": "Simple functions shared among the sinon end user libraries",
"devDependencies": {
"@sinonjs/referee-sinon": "7.0.2",
"@studio/changes": "^2.0.0",
@ -56,28 +47,7 @@
"nyc": "15.0.0",
"prettier": "^1.14.3"
},
"homepage": "https://github.com/sinonjs/commons#readme",
"license": "BSD-3-Clause",
"lint-staged": {
"*.js": [
"eslint"
]
},
"main": "lib/index.js",
"name": "@sinonjs/commons",
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/commons.git"
},
"scripts": {
"lint": "eslint .",
"postversion": "git push --follow-tags && npm publish",
"precommit": "lint-staged",
"preversion": "npm run test-check-coverage",
"test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
"version": "changes --commits --footer"
},
"version": "1.8.0"
}
"dependencies": {
"type-detect": "4.0.8"
}
}

View file

@ -1,41 +1,39 @@
{
"_from": "@sinonjs/fake-timers@^6.0.1",
"_id": "@sinonjs/fake-timers@6.0.1",
"_inBundle": false,
"_integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
"_location": "/@sinonjs/fake-timers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sinonjs/fake-timers@^6.0.1",
"name": "@sinonjs/fake-timers",
"escapedName": "@sinonjs%2ffake-timers",
"scope": "@sinonjs",
"rawSpec": "^6.0.1",
"saveSpec": null,
"fetchSpec": "^6.0.1"
},
"_requiredBy": [
"/nise",
"/sinon"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
"_shasum": "293674fccb3262ac782c7aadfdeca86b10c75c40",
"_spec": "@sinonjs/fake-timers@^6.0.1",
"_where": "/Users/sam/code/codeql-action/node_modules/sinon",
"author": {
"name": "Christian Johansen"
"name": "@sinonjs/fake-timers",
"description": "Fake JavaScript timers",
"version": "6.0.1",
"homepage": "http://github.com/sinonjs/fake-timers",
"author": "Christian Johansen",
"repository": {
"type": "git",
"url": "http://github.com/sinonjs/fake-timers.git"
},
"bugs": {
"mail": "christian@cjohansen.no",
"url": "http://github.com/sinonjs/fake-timers/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sinonjs/commons": "^1.7.0"
"license": "BSD-3-Clause",
"scripts": {
"lint": "eslint .",
"test-node": "mocha test/ integration-test/ -R dot --check-leaks",
"test-headless": "mochify --no-detect-globals --timeout=10000",
"test-check-coverage": "npm run test-coverage && nyc check-coverage",
"test-cloud": "mochify --wd --no-detect-globals --timeout=10000",
"test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test-node",
"test": "npm run lint && npm run test-node && npm run test-headless",
"bundle": "browserify --no-detect-globals -s FakeTimers -o fake-timers.js src/fake-timers-src.js",
"prepublishOnly": "npm run bundle",
"preversion": "./scripts/preversion.sh",
"version": "./scripts/version.sh",
"postversion": "./scripts/postversion.sh"
},
"deprecated": false,
"description": "Fake JavaScript timers",
"lint-staged": {
"*.js": "eslint"
},
"files": [
"src/",
"fake-timers.js"
],
"devDependencies": {
"@sinonjs/referee-sinon": "6.0.1",
"browserify": "16.5.0",
@ -74,23 +72,16 @@
]
}
},
"files": [
"src/",
"fake-timers.js"
],
"homepage": "http://github.com/sinonjs/fake-timers",
"module": "./fake-timers.js",
"main": "./src/fake-timers-src.js",
"dependencies": {
"@sinonjs/commons": "^1.7.0"
},
"husky": {
"hooks": {
"pre-commit": "run-p lint test-node"
}
},
"license": "BSD-3-Clause",
"lint-staged": {
"*.js": "eslint"
},
"main": "./src/fake-timers-src.js",
"module": "./fake-timers.js",
"name": "@sinonjs/fake-timers",
"nyc": {
"branches": 85,
"lines": 92,
@ -101,24 +92,5 @@
"coverage/**",
"fake-timers.js"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sinonjs/fake-timers.git"
},
"scripts": {
"bundle": "browserify --no-detect-globals -s FakeTimers -o fake-timers.js src/fake-timers-src.js",
"lint": "eslint .",
"postversion": "./scripts/postversion.sh",
"prepublishOnly": "npm run bundle",
"preversion": "./scripts/preversion.sh",
"test": "npm run lint && npm run test-node && npm run test-headless",
"test-check-coverage": "npm run test-coverage && nyc check-coverage",
"test-cloud": "mochify --wd --no-detect-globals --timeout=10000",
"test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test-node",
"test-headless": "mochify --no-detect-globals --timeout=10000",
"test-node": "mocha test/ integration-test/ -R dot --check-leaks",
"version": "./scripts/version.sh"
},
"version": "6.0.1"
}
}
}

View file

@ -1,41 +1,35 @@
{
"_from": "@sinonjs/formatio@^5.0.1",
"_id": "@sinonjs/formatio@5.0.1",
"_inBundle": false,
"_integrity": "sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==",
"_location": "/@sinonjs/formatio",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sinonjs/formatio@^5.0.1",
"name": "@sinonjs/formatio",
"escapedName": "@sinonjs%2fformatio",
"scope": "@sinonjs",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
"name": "@sinonjs/formatio",
"version": "5.0.1",
"description": "Human-readable object formatting",
"homepage": "https://sinonjs.github.io/formatio/",
"author": "Christian Johansen",
"license": "BSD-3-Clause",
"main": "./lib/formatio",
"repository": {
"type": "git",
"url": "https://github.com/sinonjs/formatio.git"
},
"_requiredBy": [
"/sinon"
"files": [
"lib/**/*[^test].js"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-5.0.1.tgz",
"_shasum": "f13e713cb3313b1ab965901b01b0828ea6b77089",
"_spec": "@sinonjs/formatio@^5.0.1",
"_where": "/Users/sam/code/codeql-action/node_modules/sinon",
"author": {
"name": "Christian Johansen"
"scripts": {
"build": "npm run build:dist-folder && npm run build:bundle",
"build:bundle": "rollup -c > dist/formatio.js",
"build:dist-folder": "mkdirp dist",
"lint": "eslint .",
"prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"test": "mocha 'lib/**/*.test.js'",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
"preversion": "npm run test-check-coverage",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish --access public"
},
"bugs": {
"url": "https://github.com/sinonjs/formatio/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sinonjs/commons": "^1",
"@sinonjs/samsam": "^5.0.2"
},
"deprecated": false,
"description": "Human-readable object formatting",
"devDependencies": {
"@sinonjs/referee": "^4.0.0",
"@studio/changes": "^2.0.0",
@ -52,30 +46,5 @@
"prettier": "^1.18.2",
"rollup": "1.31.0",
"rollup-plugin-commonjs": "10.1.0"
},
"files": [
"lib/**/*[^test].js"
],
"homepage": "https://sinonjs.github.io/formatio/",
"license": "BSD-3-Clause",
"main": "./lib/formatio",
"name": "@sinonjs/formatio",
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/formatio.git"
},
"scripts": {
"build": "npm run build:dist-folder && npm run build:bundle",
"build:bundle": "rollup -c > dist/formatio.js",
"build:dist-folder": "mkdirp dist",
"lint": "eslint .",
"postversion": "git push --follow-tags && npm publish --access public",
"prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"preversion": "npm run test-check-coverage",
"test": "mocha 'lib/**/*.test.js'",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
"version": "changes --commits --footer"
},
"version": "5.0.1"
}
}
}

View file

@ -1,47 +1,50 @@
{
"_from": "@sinonjs/samsam@^5.0.3",
"_id": "@sinonjs/samsam@5.0.3",
"_inBundle": false,
"_integrity": "sha512-QucHkc2uMJ0pFGjJUDP3F9dq5dx8QIaqISl9QgwLOh6P9yv877uONPGXh/OH/0zmM3tW1JjuJltAZV2l7zU+uQ==",
"_location": "/@sinonjs/samsam",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sinonjs/samsam@^5.0.3",
"name": "@sinonjs/samsam",
"escapedName": "@sinonjs%2fsamsam",
"scope": "@sinonjs",
"rawSpec": "^5.0.3",
"saveSpec": null,
"fetchSpec": "^5.0.3"
"name": "@sinonjs/samsam",
"version": "5.0.3",
"description": "Value identification and comparison functions",
"homepage": "http://sinonjs.github.io/samsam/",
"author": "Christian Johansen",
"license": "BSD-3-Clause",
"main": "./lib/samsam",
"repository": {
"type": "git",
"url": "https://github.com/sinonjs/samsam.git"
},
"_requiredBy": [
"/@sinonjs/formatio",
"/sinon"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.0.3.tgz",
"_shasum": "86f21bdb3d52480faf0892a480c9906aa5a52938",
"_spec": "@sinonjs/samsam@^5.0.3",
"_where": "/Users/sam/code/codeql-action/node_modules/sinon",
"author": {
"name": "Christian Johansen"
"lint-staged": {
"*.js": "eslint"
},
"scripts": {
"benchmark": "node lib/deep-equal-benchmark.js",
"build": "run-s build:dist-folder build:bundle",
"build:bundle": "rollup -c",
"build:dist-folder": "mkdirp dist",
"jsdoc": "jsdoc -c jsdoc.conf.json",
"lint": "eslint .",
"prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"test": "mocha ./lib/*.test.js",
"test-cloud": "npm run test-headless -- --wd",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test",
"test-headless": "mochify --no-detect-globals --recursive -R dot --plugin [ proxyquire-universal ] \"./lib/*.test.js\"",
"preversion": "npm run test-check-coverage",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish --access public"
},
"browser": {
"jsdom": false,
"jsdom-global": false
},
"bugs": {
"url": "https://github.com/sinonjs/samsam/issues"
},
"bundleDependencies": false,
"files": [
"dist/",
"docs/",
"lib/",
"!lib/**/*.test.js"
],
"dependencies": {
"@sinonjs/commons": "^1.6.0",
"lodash.get": "^4.4.2",
"type-detect": "^4.0.8"
},
"deprecated": false,
"description": "Value identification and comparison functions",
"devDependencies": {
"@sinonjs/referee": "^4.0.0",
"@studio/changes": "^2.0.0",
@ -73,19 +76,6 @@
"rollup": "^1.23.0",
"rollup-plugin-commonjs": "^10.1.0"
},
"files": [
"dist/",
"docs/",
"lib/",
"!lib/**/*.test.js"
],
"homepage": "http://sinonjs.github.io/samsam/",
"license": "BSD-3-Clause",
"lint-staged": {
"*.js": "eslint"
},
"main": "./lib/samsam",
"name": "@sinonjs/samsam",
"nyc": {
"exclude": [
"**/*.test.js",
@ -97,27 +87,5 @@
"rollup.config.js",
"lib/deep-equal-benchmark.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/samsam.git"
},
"scripts": {
"benchmark": "node lib/deep-equal-benchmark.js",
"build": "run-s build:dist-folder build:bundle",
"build:bundle": "rollup -c",
"build:dist-folder": "mkdirp dist",
"jsdoc": "jsdoc -c jsdoc.conf.json",
"lint": "eslint .",
"postversion": "git push --follow-tags && npm publish --access public",
"prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"preversion": "npm run test-check-coverage",
"test": "mocha ./lib/*.test.js",
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-cloud": "npm run test-headless -- --wd",
"test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test",
"test-headless": "mochify --no-detect-globals --recursive -R dot --plugin [ proxyquire-universal ] \"./lib/*.test.js\"",
"version": "changes --commits --footer"
},
"version": "5.0.3"
}
}
}

View file

@ -1,93 +1,37 @@
{
"_from": "@sinonjs/text-encoding@^0.7.1",
"_id": "@sinonjs/text-encoding@0.7.1",
"_inBundle": false,
"_integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==",
"_location": "/@sinonjs/text-encoding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sinonjs/text-encoding@^0.7.1",
"name": "@sinonjs/text-encoding",
"escapedName": "@sinonjs%2ftext-encoding",
"scope": "@sinonjs",
"rawSpec": "^0.7.1",
"saveSpec": null,
"fetchSpec": "^0.7.1"
},
"_requiredBy": [
"/nise"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz",
"_shasum": "8da5c6530915653f3a1f38fd5f101d8c3f8079c5",
"_spec": "@sinonjs/text-encoding@^0.7.1",
"_where": "/Users/sam/code/codeql-action/node_modules/nise",
"author": {
"name": "Joshua Bell",
"email": "inexorabletash@gmail.com"
},
"bugs": {
"url": "https://github.com/inexorabletash/text-encoding/issues"
},
"bundleDependencies": false,
"name": "@sinonjs/text-encoding",
"author": "Joshua Bell <inexorabletash@gmail.com>",
"contributors": [
{
"name": "Joshua Bell",
"email": "inexorabletash@gmail.com"
},
{
"name": "Rick Eyre",
"email": "rick.eyre@outlook.com"
},
{
"name": "Eugen Podaru",
"email": "eugen.podaru@live.com"
},
{
"name": "Filip Dupanović",
"email": "filip.dupanovic@gmail.com"
},
{
"name": "Anne van Kesteren",
"email": "annevk@annevk.nl"
},
{
"name": "Author: Francis Avila",
"email": "francisga@gmail.com"
},
{
"name": "Michael J. Ryan",
"email": "tracker1@gmail.com"
},
{
"name": "Pierre Queinnec",
"email": "pierre@queinnec.org"
},
{
"name": "Zack Weinberg",
"email": "zackw@panix.com"
}
"Joshua Bell <inexorabletash@gmail.com>",
"Rick Eyre <rick.eyre@outlook.com>",
"Eugen Podaru <eugen.podaru@live.com>",
"Filip Dupanović <filip.dupanovic@gmail.com>",
"Anne van Kesteren <annevk@annevk.nl>",
"Author: Francis Avila <francisga@gmail.com>",
"Michael J. Ryan <tracker1@gmail.com>",
"Pierre Queinnec <pierre@queinnec.org>",
"Zack Weinberg <zackw@panix.com>"
],
"deprecated": false,
"version": "0.7.1",
"description": "Polyfill for the Encoding Living Standard's API.",
"main": "index.js",
"files": [
"index.js",
"lib/encoding.js",
"lib/encoding-indexes.js"
],
"homepage": "https://github.com/inexorabletash/text-encoding",
"repository": {
"type": "git",
"url": "https://github.com/inexorabletash/text-encoding.git"
},
"keywords": [
"encoding",
"decoding",
"living standard"
],
"license": "(Unlicense OR Apache-2.0)",
"main": "index.js",
"name": "@sinonjs/text-encoding",
"repository": {
"type": "git",
"url": "git+https://github.com/inexorabletash/text-encoding.git"
"bugs": {
"url": "https://github.com/inexorabletash/text-encoding/issues"
},
"version": "0.7.1"
}
"homepage": "https://github.com/inexorabletash/text-encoding",
"license": "(Unlicense OR Apache-2.0)"
}