Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
azk / usr / lib / azk / node_modules / fs-extra / package.json
Size: Mime:
{
  "name": "fs-extra",
  "version": "0.10.0",
  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  "homepage": "https://github.com/jprichardson/node-fs-extra",
  "repository": {
    "type": "git",
    "url": "https://github.com/jprichardson/node-fs-extra"
  },
  "keywords": [
    "fs",
    "file",
    "file system",
    "copy",
    "directory",
    "extra",
    "mkdirp",
    "mkdir",
    "mkdirs",
    "recursive",
    "json",
    "read",
    "write",
    "extra",
    "delete",
    "remove",
    "touch",
    "create",
    "text",
    "output",
    "move"
  ],
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
    }
  ],
  "dependencies": {
    "ncp": "^0.5.1",
    "mkdirp": "^0.5.0",
    "jsonfile": "^1.2.0",
    "rimraf": "^2.2.8"
  },
  "devDependencies": {
    "mocha": "*",
    "path-extra": "0.0.x",
    "testutil": "~0.5.0",
    "userid": "~0.1.1"
  },
  "main": "./lib/index",
  "scripts": {
    "test": "mocha test"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "_id": "fs-extra@0.10.0",
  "dist": {
    "shasum": "99c0ec2fd5eaaad9d646245e4b014b56729982af",
    "tarball": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz"
  },
  "_from": "fs-extra@^0.10.0",
  "_npmVersion": "1.4.3",
  "_npmUser": {
    "name": "jp",
    "email": "jprichardson@gmail.com"
  },
  "maintainers": [
    {
      "name": "jp",
      "email": "jprichardson@gmail.com"
    }
  ],
  "directories": {},
  "_shasum": "99c0ec2fd5eaaad9d646245e4b014b56729982af",
  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz",
  "readme": "ERROR: No README data found!"
}