package.json 1.97 KB
{
  "_args": [
    [
      "async@0.9.0",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\portfinder"
    ]
  ],
  "_from": "async@0.9.0",
  "_id": "async@0.9.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.9.0",
    "rawSpec": "0.9.0",
    "scope": null,
    "spec": "0.9.0",
    "type": "version"
  },
  "_requiredBy": [
    "/portfinder"
  ],
  "_resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz",
  "_shasum": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
  "_shrinkwrap": null,
  "_spec": "async@0.9.0",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\portfinder",
  "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": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
    "tarball": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
  },
  "homepage": "https://github.com/caolan/async",
  "jam": {
    "include": [
      "lib/async.js",
      "README.md",
      "LICENSE"
    ],
    "main": "lib/async.js"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/caolan/async/raw/master/LICENSE"
    }
  ],
  "main": "./lib/async",
  "maintainers": [
    {
      "email": "caolan@caolanmcmahon.com",
      "name": "caolan"
    }
  ],
  "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.9.0"
}