| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- "[email protected]",
- "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake"
- ]
- ],
- "_from": "async@>=0.9.0 <0.10.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_installable": true,
- "_location": "/async",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "email": "[email protected]",
- "name": "beaugunderson"
- },
- "_npmVersion": "2.9.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "async",
- "raw": "[email protected]",
- "rawSpec": "0.9.x",
- "scope": null,
- "spec": ">=0.9.0 <0.10.0",
- "type": "range"
- },
- "_requiredBy": [
- "/jake"
- ],
- "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
- "_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
- "_shrinkwrap": null,
- "_spec": "[email protected]",
- "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake",
- "author": {
- "name": "Caolan McMahon"
- },
- "bugs": {
- "url": "https://github.com/caolan/async/issues"
- },
- "dependencies": {},
- "description": "Higher-order functions and common patterns for asynchronous code",
- "devDependencies": {
- "lodash": ">=2.4.1",
- "nodelint": ">0.0.0",
- "nodeunit": ">0.0.0",
- "uglify-js": "1.2.x"
- },
- "directories": {},
- "dist": {
- "shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
- "tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz"
- },
- "gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
- "homepage": "https://github.com/caolan/async#readme",
- "jam": {
- "categories": [
- "Utilities"
- ],
- "include": [
- "LICENSE",
- "README.md",
- "lib/async.js"
- ],
- "main": "lib/async.js"
- },
- "keywords": [
- "async",
- "callback",
- "module",
- "utility"
- ],
- "license": "MIT",
- "main": "lib/async.js",
- "maintainers": [
- {
- "name": "caolan",
- "email": "[email protected]"
- },
- {
- "name": "beaugunderson",
- "email": "[email protected]"
- }
- ],
- "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"
- },
- "spm": {
- "main": "lib/async.js"
- },
- "version": "0.9.2",
- "volo": {
- "ignore": [
- "**/.*",
- "bower_components",
- "node_modules",
- "test",
- "tests"
- ],
- "main": "lib/async.js"
- }
- }
|