package.json 2.6 KB
{
  "_args": [
    [
      {
        "raw": "async@~0.9.0",
        "scope": null,
        "escapedName": "async",
        "name": "async",
        "rawSpec": "~0.9.0",
        "spec": ">=0.9.0 <0.10.0",
        "type": "range"
      },
      "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\form-data"
    ]
  ],
  "_from": "async@>=0.9.0 <0.10.0",
  "_id": "async@0.9.2",
  "_inCache": true,
  "_location": "/async",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "name": "beaugunderson",
    "email": "beau@beaugunderson.com"
  },
  "_npmVersion": "2.9.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "async@~0.9.0",
    "scope": null,
    "escapedName": "async",
    "name": "async",
    "rawSpec": "~0.9.0",
    "spec": ">=0.9.0 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "/form-data"
  ],
  "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
  "_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
  "_shrinkwrap": null,
  "_spec": "async@~0.9.0",
  "_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\form-data",
  "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": "https://registry.npmjs.org/async/-/async-0.9.2.tgz"
  },
  "gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
  "homepage": "https://github.com/caolan/async#readme",
  "jam": {
    "main": "lib/async.js",
    "include": [
      "lib/async.js",
      "README.md",
      "LICENSE"
    ],
    "categories": [
      "Utilities"
    ]
  },
  "keywords": [
    "async",
    "callback",
    "utility",
    "module"
  ],
  "license": "MIT",
  "main": "lib/async.js",
  "maintainers": [
    {
      "name": "caolan",
      "email": "caolan.mcmahon@gmail.com"
    },
    {
      "name": "beaugunderson",
      "email": "beau@beaugunderson.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"
  },
  "spm": {
    "main": "lib/async.js"
  },
  "version": "0.9.2",
  "volo": {
    "main": "lib/async.js",
    "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
    ]
  }
}