1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "async@~0.8.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client"
- ]
- ],
- "_from": "async@>=0.8.0 <0.9.0",
- "_id": "async@0.8.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/async",
- "_npmUser": {
- "email": "caolan.mcmahon@gmail.com",
- "name": "caolan"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "async",
- "raw": "async@~0.8.0",
- "rawSpec": "~0.8.0",
- "scope": null,
- "spec": ">=0.8.0 <0.9.0",
- "type": "range"
- },
- "_requiredBy": [
- "/ftp-client"
- ],
- "_resolved": "https://registry.npmjs.org/async/-/async-0.8.0.tgz",
- "_shasum": "ee65ec77298c2ff1456bc4418a052d0f06435112",
- "_shrinkwrap": null,
- "_spec": "async@~0.8.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ftp-client",
- "author": {
- "name": "Caolan McMahon"
- },
- "bugs": {
- "url": "https://github.com/caolan/async/issues"
- },
- "dependencies": {},
- "description": "Higher-order functions and common patterns for asynchronous code",
- "devDependencies": {
- "nodelint": ">0.0.0",
- "nodeunit": ">0.0.0",
- "uglify-js": "1.2.x"
- },
- "directories": {},
- "dist": {
- "shasum": "ee65ec77298c2ff1456bc4418a052d0f06435112",
- "tarball": "https://registry.npmjs.org/async/-/async-0.8.0.tgz"
- },
- "homepage": "https://github.com/caolan/async",
- "jam": {
- "include": [
- "LICENSE",
- "README.md",
- "lib/async.js"
- ],
- "main": "lib/async.js"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/caolan/async/raw/master/LICENSE"
- }
- ],
- "main": "./lib/async",
- "maintainers": [
- {
- "name": "caolan",
- "email": "caolan@caolanmcmahon.com"
- }
- ],
- "name": "async",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/caolan/async.git"
- },
- "scripts": {
- "test": "nodeunit test/test-async.js"
- },
- "version": "0.8.0"
- }
|