mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
94 lines
2.0 KiB
JSON
94 lines
2.0 KiB
JSON
{
|
|
"_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,
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"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"
|
|
}
|