123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "_from": "async-done@^1.2.0",
- "_id": "async-done@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-R1BaUeJ4PMoLNJuk+0tLJgjmEqVsdN118+Z8O+alhnQDQgy0kmD5Mqi0DNEmMx2LM0Ed5yekKu+ZXYvIHceicg==",
- "_location": "/async-done",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "async-done@^1.2.0",
- "name": "async-done",
- "escapedName": "async-done",
- "rawSpec": "^1.2.0",
- "saveSpec": null,
- "fetchSpec": "^1.2.0"
- },
- "_requiredBy": [
- "/async-settle",
- "/bach",
- "/glob-watcher"
- ],
- "_resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.1.tgz",
- "_shasum": "14b7b73667b864c8f02b5b253fc9c6eddb777f3e",
- "_spec": "async-done@^1.2.0",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/glob-watcher",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "http://gulpjs.com/"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/async-done/issues"
- },
- "bundleDependencies": false,
- "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"
- }
- ],
- "dependencies": {
- "end-of-stream": "^1.1.0",
- "once": "^1.3.2",
- "process-nextick-args": "^1.0.7",
- "stream-exhaust": "^1.0.1"
- },
- "deprecated": false,
- "description": "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.",
- "devDependencies": {
- "@types/node": "^9.3.0",
- "eslint": "^1.7.3",
- "eslint-config-gulp": "^2.0.0",
- "expect": "^1.19.0",
- "istanbul": "^0.4.3",
- "istanbul-coveralls": "^1.0.3",
- "jscs": "^2.3.5",
- "jscs-preset-gulp": "^1.0.0",
- "mocha": "^2.4.5",
- "pumpify": "^1.3.6",
- "rxjs": "^5.5.6",
- "through2": "^2.0.0",
- "typescript": "^2.6.2",
- "when": "^3.7.3"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "index.js",
- "index.d.ts",
- "LICENSE"
- ],
- "homepage": "https://github.com/gulpjs/async-done#readme",
- "keywords": [
- "promises",
- "callbacks",
- "observables",
- "streams",
- "end",
- "completion",
- "complete",
- "finish",
- "done",
- "async",
- "error handling"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "async-done",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/async-done.git"
- },
- "scripts": {
- "cover": "istanbul cover _mocha --report lcovonly",
- "coveralls": "npm run cover && istanbul-coveralls",
- "lint": "eslint . && jscs index.js test/",
- "pretest": "npm run lint",
- "test": "mocha --async-only && npm run test-types",
- "test-types": "tsc -p test/types"
- },
- "types": "index.d.ts",
- "version": "1.3.1"
- }
|