{
  "_from": "fs-jetpack@^1.2.0",
  "_id": "fs-jetpack@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-oCrJI4kSredslsM3iZoZ19RKUt78XyyOSJuwzg/JGIxCBmjaoqPpvqAy5ZaUNI/QHJPL0UkKeX/yarAd39vP/Q==",
  "_location": "/fs-jetpack",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fs-jetpack@^1.2.0",
    "name": "fs-jetpack",
    "escapedName": "fs-jetpack",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/mountenv"
  ],
  "_resolved": "https://registry.npmjs.org/fs-jetpack/-/fs-jetpack-1.3.1.tgz",
  "_shasum": "77c8ed2e361b062b60eca38c4061b972ff03d324",
  "_spec": "fs-jetpack@^1.2.0",
  "_where": "/var/www/html/node_app/node_modules/mountenv",
  "author": {
    "name": "Jakub Szwacz",
    "email": "jakub@szwacz.com"
  },
  "bugs": {
    "url": "https://github.com/szwacz/fs-jetpack/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minimatch": "^3.0.2"
  },
  "deprecated": false,
  "description": "Better file system API",
  "devDependencies": {
    "chai": "^4.1.2",
    "codecov": "^3.0.2",
    "fs-extra": "^5.0.0",
    "istanbul": "^0.4.5",
    "lint-staged": "^7.2.0",
    "mocha": "^5.2.0",
    "pre-commit": "^1.1.2",
    "prettier": "1.13.5",
    "pretty-bytes": "^5.1.0",
    "release-assist": "^1.0.1"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/szwacz/fs-jetpack",
  "keywords": [
    "fs",
    "file system"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "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-staged": "lint-staged",
    "prettier": "prettier --write \"./**/*.js\"",
    "release-finish": "release-assist --finish",
    "release-start": "release-assist --start",
    "test": "mocha \"spec/**/*.spec.js\"",
    "test-with-coverage": "istanbul cover _mocha -- 'spec/**/*.spec.js'"
  },
  "version": "1.3.1"
}
