{
  "_from": "fs-jetpack@^4.3.1",
  "_id": "fs-jetpack@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-dbeOK84F6BiQzk2yqqCVwCPWTxAvVGJ3fMQc6E2wuEohS28mR6yHngbrKuVCK1KHRx/ccByDylqu4H5PCP2urQ==",
  "_location": "/fs-jetpack",
  "_phantomChildren": {
    "glob": "7.2.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fs-jetpack@^4.3.1",
    "name": "fs-jetpack",
    "escapedName": "fs-jetpack",
    "rawSpec": "^4.3.1",
    "saveSpec": null,
    "fetchSpec": "^4.3.1"
  },
  "_requiredBy": [
    "/umzug"
  ],
  "_resolved": "https://registry.npmjs.org/fs-jetpack/-/fs-jetpack-4.3.1.tgz",
  "_shasum": "cdfd4b64e6bfdec7c7dc55c76b39efaa7853bb20",
  "_spec": "fs-jetpack@^4.3.1",
  "_where": "/home/ghf/system/node_modules/umzug",
  "author": {
    "name": "Jakub Szwacz",
    "email": "jakub@szwacz.com"
  },
  "bugs": {
    "url": "https://github.com/szwacz/fs-jetpack/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minimatch": "^3.0.2",
    "rimraf": "^2.6.3"
  },
  "deprecated": false,
  "description": "Better file system API",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/fs-extra": "^5.0.4",
    "@types/mocha": "^5.2.4",
    "@types/node": "^10.5.2",
    "chai": "^4.1.2",
    "codecov": "^3.0.2",
    "fs-extra": "^5.0.0",
    "istanbul": "^0.4.5",
    "lint-staged": "^7.2.0",
    "mocha": "^7.1.2",
    "pre-commit": "^1.1.2",
    "prettier": "1.13.5",
    "pretty-bytes": "^5.1.0",
    "release-assist": "^2.0.0",
    "ts-node": "^7.0.0",
    "typescript": "^2.9.2"
  },
  "files": [
    "lib",
    "index.d.ts",
    "types.d.ts"
  ],
  "homepage": "https://github.com/szwacz/fs-jetpack",
  "keywords": [
    "fs",
    "file system"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts}": [
      "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,ts}\"",
    "release-finish": "release-assist --finish",
    "release-start": "release-assist --start",
    "test": "mocha -r ts-node/register \"spec/**/*.spec.ts\"",
    "test-with-coverage": "istanbul cover _mocha -- -r ts-node/register 'spec/**/*.spec.ts'"
  },
  "types": "index.d.ts",
  "version": "4.3.1"
}
