12345678910111213141516171819202122232425262728 |
- {
- "name": "async",
- "description": "Higher-order functions and common patterns for asynchronous code",
- "main": "./index",
- "author": "Caolan McMahon",
- "version": "0.1.22",
- "repository": {
- "type": "git",
- "url": "http://github.com/caolan/async.git"
- },
- "bugs": {
- "url": "http://github.com/caolan/async/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/caolan/async/raw/master/LICENSE"
- }
- ],
- "devDependencies": {
- "nodeunit": ">0.0.0",
- "uglify-js": "1.2.x",
- "nodelint": ">0.0.0"
- },
- "__npminstall_done": true,
- "_from": "async@0.1.22",
- "_resolved": "https://registry.npmmirror.com/async/-/async-0.1.22.tgz"
- }
|