{
  "_args": [
    [
      "fs-jetpack@0.13.3",
      "E:\\xampp\\htdocs\\b2bconnect"
    ]
  ],
  "_development": true,
  "_from": "fs-jetpack@0.13.3",
  "_id": "fs-jetpack@0.13.3",
  "_inBundle": false,
  "_integrity": "sha1-nmxHEY8Ls9iAzIj5+KfSWGP0+xU=",
  "_location": "/fs-jetpack",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fs-jetpack@0.13.3",
    "name": "fs-jetpack",
    "escapedName": "fs-jetpack",
    "rawSpec": "0.13.3",
    "saveSpec": null,
    "fetchSpec": "0.13.3"
  },
  "_requiredBy": [
    "/coffee-register"
  ],
  "_resolved": "https://registry.npmjs.org/fs-jetpack/-/fs-jetpack-0.13.3.tgz",
  "_spec": "0.13.3",
  "_where": "E:\\xampp\\htdocs\\b2bconnect",
  "author": {
    "name": "Jakub Szwacz",
    "email": "jakub@szwacz.com"
  },
  "bugs": {
    "url": "https://github.com/szwacz/fs-jetpack/issues"
  },
  "dependencies": {
    "minimatch": "^3.0.2"
  },
  "description": "Better file system API",
  "devDependencies": {
    "chai": "^3.5.0",
    "codecov": "^1.0.1",
    "eslint": "^2.13.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.9.2",
    "fs-extra": "^0.16.3",
    "istanbul": "^0.4.5",
    "lint-staged": "^3.4.0",
    "mocha": "^3.1.2",
    "pre-commit": "^1.1.2",
    "release-assist": "^1.0.1"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/szwacz/fs-jetpack",
  "keywords": [
    "fs",
    "file system"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint"
  },
  "main": "main.js",
  "name": "fs-jetpack",
  "pre-commit": [
    "lint-staged",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szwacz/fs-jetpack.git"
  },
  "scripts": {
    "lint": "eslint .",
    "lint-staged": "lint-staged",
    "release-finish": "release-assist --finish",
    "release-start": "release-assist --start",
    "test": "mocha \"spec/**/*.spec.js\"",
    "test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'"
  },
  "version": "0.13.3"
}
