mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
55
node_modules/neo-async/package.json
generated
vendored
Normal file
55
node_modules/neo-async/package.json
generated
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"name": "neo-async",
|
||||
"version": "2.6.1",
|
||||
"description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
|
||||
"main": "async.js",
|
||||
"license": "MIT",
|
||||
"keywords": "async, util",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:suguru03/neo-async.git"
|
||||
},
|
||||
"homepage": "https://github.com/suguru03/neo-async",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"aigle": "^1.8.1",
|
||||
"async": "^2.6.0",
|
||||
"benchmark": "^2.1.1",
|
||||
"bluebird": "^3.5.1",
|
||||
"codecov.io": "^0.1.6",
|
||||
"fs-extra": "^4.0.2",
|
||||
"func-comparator": "^0.7.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-bump": "^2.8.0",
|
||||
"gulp-exit": "0.0.2",
|
||||
"gulp-git": "^2.4.2",
|
||||
"gulp-jscs": "^4.0.0",
|
||||
"gulp-mocha": "^4.2.0",
|
||||
"gulp-tag-version": "^1.3.0",
|
||||
"gulp-util": "^3.0.7",
|
||||
"husky": "^1.2.0",
|
||||
"istanbul": "^0.4.3",
|
||||
"jsdoc": "^3.5.5",
|
||||
"jshint": "^2.9.5",
|
||||
"lint-staged": "^8.1.0",
|
||||
"lodash": "^4.16.6",
|
||||
"minimist": "^1.2.0",
|
||||
"mocha": "^3.5.3",
|
||||
"mocha-parallel-executor": "^0.3.0",
|
||||
"mocha.parallel": "^0.15.3",
|
||||
"prettier": "^1.15.2",
|
||||
"require-dir": "^0.3.0",
|
||||
"run-sequence": "^1.2.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 100,
|
||||
"singleQuote": true
|
||||
},
|
||||
"browser": "async.min.js"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue