|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_from": "vasync@^1.6.4",
- "_id": "vasync@1.6.4",
- "_inBundle": false,
- "_integrity": "sha1-3+k2Fq0OeugBszKp2Iv8XNyOHR8=",
- "_location": "/vasync",
- "_phantomChildren": {
- "extsprintf": "1.2.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vasync@^1.6.4",
- "name": "vasync",
- "escapedName": "vasync",
- "rawSpec": "^1.6.4",
- "saveSpec": null,
- "fetchSpec": "^1.6.4"
- },
- "_requiredBy": [
- "/ldapjs"
- ],
- "_resolved": "https://registry.npmjs.org/vasync/-/vasync-1.6.4.tgz",
- "_shasum": "dfe93616ad0e7ae801b332a9d88bfc5cdc8e1d1f",
- "_spec": "vasync@^1.6.4",
- "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs",
- "bugs": {
- "url": "https://github.com/davepacheco/node-vasync/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "verror": "1.6.0"
- },
- "deprecated": false,
- "description": "utilities for observable asynchronous control flow",
- "devDependencies": {
- "nodeunit": "0.8.7",
- "tap": "~0.4.8"
- },
- "engines": [
- "node >=0.6.0"
- ],
- "homepage": "https://github.com/davepacheco/node-vasync#readme",
- "license": "MIT",
- "main": "./lib/vasync.js",
- "name": "vasync",
- "repository": {
- "type": "git",
- "url": "git://github.com/davepacheco/node-vasync.git"
- },
- "scripts": {
- "test": "tap tests/ && ./node_modules/.bin/nodeunit tests/compat.js"
- },
- "version": "1.6.4"
- }
|