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

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

@@ -1,36 +1,46 @@
{
"_args": [
[
"chunkd@2.0.1",
"/Users/sam/code/codeql-action"
]
"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"
],
"_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"
"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"
},
"_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"
"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"
]
},
"ava": {
"compileEnhancements": false,
@@ -40,54 +50,5 @@
"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"
}
}
}