{
  "_from": "fs-promise@^0.5.0",
  "_id": "fs-promise@0.5.0",
  "_inBundle": false,
  "_integrity": "sha1-Q0fWv2JGVacGGkMZITw5MnatPvM=",
  "_location": "/fs-promise",
  "_phantomChildren": {
    "jsonfile": "2.4.0",
    "klaw": "1.3.1",
    "path-is-absolute": "1.0.1",
    "rimraf": "2.6.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fs-promise@^0.5.0",
    "name": "fs-promise",
    "escapedName": "fs-promise",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/postcss-partial-import"
  ],
  "_resolved": "https://registry.npmjs.org/fs-promise/-/fs-promise-0.5.0.tgz",
  "_shasum": "4347d6bf624655a7061a4319213c393276ad3ef3",
  "_spec": "fs-promise@^0.5.0",
  "_where": "/Users/zhangxiaodong/Sites/djUi/packages/theme-default/node_modules/postcss-partial-import",
  "author": {
    "name": "Kevin Beaty"
  },
  "bugs": {
    "url": "https://github.com/kevinbeaty/fs-promise/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "any-promise": "^1.0.0",
    "fs-extra": "^0.26.5",
    "mz": "^2.3.1",
    "thenify-all": "^1.6.0"
  },
  "deprecated": "Use mz or fs-extra^3.0 with Promise Support",
  "description": "Filesystem methods as promises with fs-extra",
  "devDependencies": {
    "bluebird": "~3.1.5",
    "es6-promise": "~3.0.2",
    "mocha": "~2.4.2",
    "q": "~1.4.1",
    "rsvp": "~3.1.0",
    "when": "~3.7.7"
  },
  "homepage": "https://github.com/kevinbeaty/fs-promise#readme",
  "keywords": [
    "promise",
    "fs",
    "file",
    "file system"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fs-promise",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinbeaty/fs-promise.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.5.0"
}
