{
  "_args": [
    [
      "url-download@0.0.8",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "url-download@0.0.8",
  "_id": "url-download@0.0.8",
  "_inBundle": false,
  "_integrity": "sha1-rRSrLrk3sL0HEFW3efyHFLByeRE=",
  "_location": "/url-download",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "url-download@0.0.8",
    "name": "url-download",
    "escapedName": "url-download",
    "rawSpec": "0.0.8",
    "saveSpec": null,
    "fetchSpec": "0.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/url-download/-/url-download-0.0.8.tgz",
  "_spec": "0.0.8",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Daniel Yang",
    "email": "miniflycn@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/miniflycn/url-download/issues"
  },
  "dependencies": {
    "each-async": "*",
    "url-valid": "*"
  },
  "description": "Download files from web",
  "devDependencies": {
    "blanket": "*",
    "connect": "*",
    "coveralls": "*",
    "debug": "*",
    "mocha": "*",
    "mocha-lcov-reporter": "*",
    "should": "^8.3.1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "index.js",
    "lib/download.js"
  ],
  "homepage": "http://miniflycn.github.io/url-download",
  "keywords": [
    "url",
    "http",
    "https",
    "download"
  ],
  "license": "MIT",
  "main": "index",
  "name": "url-download",
  "repository": {
    "type": "git",
    "url": "git://github.com/miniflycn/url-download.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.0.8"
}
