Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

125
node_modules/chunkd/package.json generated vendored
View File

@@ -1,46 +1,36 @@
{
"name": "chunkd",
"version": "2.0.1",
"description": "Get a chunk of an array based on the total number of chunks and current index",
"main": "dist/chunkd.js",
"repository": "jamiebuilds/chunkd",
"author": "Jamie Kyle <me@thejameskyle.com>",
"license": "MIT",
"keywords": [
"util",
"chunk",
"index",
"total"
],
"files": [
"dist"
],
"scripts": {
"check:typescript": "tsc --noEmit",
"check:prettier": "prettier --check '**'",
"build": "rm -rf dist && tsc",
"format": "prettier --write '**'",
"test": "ava",
"prepublishOnly": "npm run -s build"
},
"devDependencies": {
"ava": "^2.4.0",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*": [
"prettier --write",
"git add"
"_args": [
[
"chunkd@2.0.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "chunkd@2.0.1",
"_id": "chunkd@2.0.1",
"_inBundle": false,
"_integrity": "sha512-7d58XsFmOq0j6el67Ug9mHf9ELUXsQXYJBkyxhH/k+6Ke0qXRnv0kbemx+Twc6fRJ07C49lcbdgm9FL1Ei/6SQ==",
"_location": "/chunkd",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chunkd@2.0.1",
"name": "chunkd",
"escapedName": "chunkd",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/chunkd/-/chunkd-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Jamie Kyle",
"email": "me@thejameskyle.com"
},
"ava": {
"compileEnhancements": false,
@@ -50,5 +40,54 @@
"require": [
"ts-node/register"
]
}
}
},
"bugs": {
"url": "https://github.com/jamiebuilds/chunkd/issues"
},
"description": "Get a chunk of an array based on the total number of chunks and current index",
"devDependencies": {
"ava": "^2.4.0",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/jamiebuilds/chunkd#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"util",
"chunk",
"index",
"total"
],
"license": "MIT",
"lint-staged": {
"*": [
"prettier --write",
"git add"
]
},
"main": "dist/chunkd.js",
"name": "chunkd",
"repository": {
"type": "git",
"url": "git+https://github.com/jamiebuilds/chunkd.git"
},
"scripts": {
"build": "rm -rf dist && tsc",
"check:prettier": "prettier --check '**'",
"check:typescript": "tsc --noEmit",
"format": "prettier --write '**'",
"prepublishOnly": "npm run -s build",
"test": "ava"
},
"version": "2.0.1"
}