update deps
This commit is contained in:
parent
3ff198f23b
commit
f9768ac4ba
384 changed files with 13733 additions and 26207 deletions
104
node_modules/reusify/package.json
generated
vendored
104
node_modules/reusify/package.json
generated
vendored
|
|
@ -1,64 +1,14 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"reusify@1.0.4",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "reusify@1.0.4",
|
||||
"_id": "reusify@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
||||
"_location": "/reusify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "reusify@1.0.4",
|
||||
"name": "reusify",
|
||||
"escapedName": "reusify",
|
||||
"rawSpec": "1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fastq"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
||||
"_spec": "1.0.4",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mcollina/reusify/issues"
|
||||
},
|
||||
"description": "Reuse objects and functions with style",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.13.3",
|
||||
"faucet": "0.0.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"pre-commit": "^1.2.2",
|
||||
"standard": "^10.0.3",
|
||||
"tape": "^4.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"iojs": ">=1.0.0",
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/reusify#readme",
|
||||
"keywords": [
|
||||
"reuse",
|
||||
"object",
|
||||
"performance",
|
||||
"function",
|
||||
"fast"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "reusify.js",
|
||||
"name": "reusify",
|
||||
"version": "1.0.4",
|
||||
"description": "Reuse objects and functions with style",
|
||||
"main": "reusify.js",
|
||||
"scripts": {
|
||||
"lint": "standard",
|
||||
"test": "tape test.js | faucet",
|
||||
"istanbul": "istanbul cover tape test.js",
|
||||
"coverage": "npm run istanbul; cat coverage/lcov.info | coveralls"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
"test"
|
||||
|
|
@ -67,11 +17,33 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/reusify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
|
||||
"istanbul": "istanbul cover tape test.js",
|
||||
"lint": "standard",
|
||||
"test": "tape test.js | faucet"
|
||||
"keywords": [
|
||||
"reuse",
|
||||
"object",
|
||||
"performance",
|
||||
"function",
|
||||
"fast"
|
||||
],
|
||||
"author": "Matteo Collina <hello@matteocollina.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mcollina/reusify/issues"
|
||||
},
|
||||
"version": "1.0.4"
|
||||
}
|
||||
"homepage": "https://github.com/mcollina/reusify#readme",
|
||||
"engines": {
|
||||
"node": ">=0.10.0",
|
||||
"iojs": ">=1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.13.3",
|
||||
"faucet": "0.0.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"pre-commit": "^1.2.2",
|
||||
"standard": "^10.0.3",
|
||||
"tape": "^4.8.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
|
||||
,"_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
|
||||
,"_from": "reusify@1.0.4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue