update dependencies
This commit is contained in:
parent
d55f711b71
commit
f4001a0790
396 changed files with 9070 additions and 7567 deletions
108
node_modules/chunkd/package.json
generated
vendored
108
node_modules/chunkd/package.json
generated
vendored
|
|
@ -1,54 +1,58 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"ava": {
|
||||
"compileEnhancements": false,
|
||||
"extensions": [
|
||||
"ts"
|
||||
],
|
||||
"require": [
|
||||
"ts-node/register"
|
||||
]
|
||||
}
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"ava": {
|
||||
"compileEnhancements": false,
|
||||
"extensions": [
|
||||
"ts"
|
||||
],
|
||||
"require": [
|
||||
"ts-node/register"
|
||||
]
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/chunkd/-/chunkd-2.0.1.tgz"
|
||||
,"_integrity": "sha512-7d58XsFmOq0j6el67Ug9mHf9ELUXsQXYJBkyxhH/k+6Ke0qXRnv0kbemx+Twc6fRJ07C49lcbdgm9FL1Ei/6SQ=="
|
||||
,"_from": "chunkd@2.0.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue