move to node version 12

This commit is contained in:
bitkarrot
2022-03-20 23:59:34 -07:00
parent eddc7d6df1
commit a725bca03a
82 changed files with 4743 additions and 2304 deletions

59
node_modules/neo-async/package.json generated vendored
View File

@@ -1,19 +1,38 @@
{
"name": "neo-async",
"version": "2.6.2",
"description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
"main": "async.js",
"license": "MIT",
"keywords": [
"async",
"util"
"_args": [
[
"neo-async@2.6.2",
"/Users/bitcarrot/github/satshkd-vercel"
]
],
"repository": {
"type": "git",
"url": "git@github.com:suguru03/neo-async.git"
"_from": "neo-async@2.6.2",
"_id": "neo-async@2.6.2",
"_inBundle": false,
"_integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
"_location": "/neo-async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "neo-async@2.6.2",
"name": "neo-async",
"escapedName": "neo-async",
"rawSpec": "2.6.2",
"saveSpec": null,
"fetchSpec": "2.6.2"
},
"_requiredBy": [
"/handlebars"
],
"_resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"_spec": "2.6.2",
"_where": "/Users/bitcarrot/github/satshkd-vercel",
"browser": "async.min.js",
"bugs": {
"url": "https://github.com/suguru03/neo-async/issues"
},
"homepage": "https://github.com/suguru03/neo-async",
"dependencies": {},
"description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
"devDependencies": {
"aigle": "^1.14.0",
"async": "^2.6.0",
@@ -43,15 +62,27 @@
"prettier": "^1.15.2",
"require-dir": "^0.3.0"
},
"homepage": "https://github.com/suguru03/neo-async",
"keywords": [
"async",
"util"
],
"license": "MIT",
"lint-staged": {
"*.{js,ts}": [
"prettier --write",
"git add"
]
},
"main": "async.js",
"name": "neo-async",
"prettier": {
"printWidth": 100,
"singleQuote": true
},
"browser": "async.min.js"
}
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/suguru03/neo-async.git"
},
"version": "2.6.2"
}