2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args" : [
[
"async-done@1.3.2" ,
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_from" : "async-done@1.3.2" ,
"_id" : "async-done@1.3.2" ,
"_inBundle" : false ,
"_integrity" : "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==" ,
"_location" : "/async-done" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "async-done@1.3.2" ,
"name" : "async-done" ,
"escapedName" : "async-done" ,
"rawSpec" : "1.3.2" ,
"saveSpec" : null ,
"fetchSpec" : "1.3.2"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"_requiredBy" : [
"/async-settle" ,
"/bach" ,
"/glob-watcher"
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_resolved" : "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz" ,
"_spec" : "1.3.2" ,
"_where" : "F:\\laragon\\www\\wishthis" ,
"author" : {
"name" : "Gulp Team" ,
"email" : "team@gulpjs.com" ,
"url" : "https://gulpjs.com/"
} ,
"bugs" : {
"url" : "https://github.com/gulpjs/async-done/issues"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"contributors" : [
{
"name" : "Blaine Bublitz" ,
"email" : "blaine.bublitz@gmail.com"
} ,
{
"name" : "Pawel Kozlowski" ,
"email" : "pkozlowski.opensource@gmail.com"
} ,
{
"name" : "Matthew Podwysocki" ,
"email" : "matthew.podwysocki@gmail.com"
} ,
{
"name" : "Charles Samborski" ,
"email" : "demurgos@demurgos.net"
}
] ,
2022-01-21 08:28:41 +00:00
"dependencies" : {
"end-of-stream" : "^1.1.0" ,
"once" : "^1.3.2" ,
"process-nextick-args" : "^2.0.0" ,
"stream-exhaust" : "^1.0.1"
} ,
2022-02-23 16:41:13 +00:00
"description" : "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style." ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"@types/node" : "^9.3.0" ,
"coveralls" : "github:phated/node-coveralls#2.x" ,
"eslint" : "^2.13.1" ,
"eslint-config-gulp" : "^3.0.1" ,
"expect" : "^1.20.2" ,
"mocha" : "^3.0.0" ,
"nyc" : "^10.3.2" ,
"pumpify" : "^1.3.6" ,
"rxjs" : "^5.5.6" ,
"through2" : "^2.0.0" ,
"typescript" : "^2.6.2" ,
"when" : "^3.7.3"
} ,
2022-02-23 16:41:13 +00:00
"engines" : {
"node" : ">= 0.10"
} ,
"files" : [
"index.js" ,
"index.d.ts" ,
"LICENSE"
] ,
"homepage" : "https://github.com/gulpjs/async-done#readme" ,
2022-01-21 08:28:41 +00:00
"keywords" : [
"promises" ,
"callbacks" ,
"observables" ,
"streams" ,
"end" ,
"completion" ,
"complete" ,
"finish" ,
"done" ,
"async" ,
"error handling"
2022-02-23 16:41:13 +00:00
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "async-done" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/gulpjs/async-done.git"
} ,
"scripts" : {
"azure-pipelines" : "nyc mocha --async-only --reporter xunit -O output=test.xunit" ,
"coveralls" : "nyc report --reporter=text-lcov | coveralls" ,
"lint" : "eslint ." ,
"pretest" : "npm run lint" ,
"test" : "nyc mocha --async-only" ,
"test-types" : "tsc -p test/types"
} ,
"types" : "index.d.ts" ,
"version" : "1.3.2"
2022-01-21 08:28:41 +00:00
}