{
  "_from": "yalc@1.0.0-pre.53",
  "_id": "yalc@1.0.0-pre.53",
  "_inBundle": false,
  "_integrity": "sha512-tpNqBCpTXplnduzw5XC+FF8zNJ9L/UXmvQyyQj7NKrDNavbJtHvzmZplL5ES/RCnjX7JR7W9wz5GVDXVP3dHUQ==",
  "_location": "/yalc",
  "_phantomChildren": {
    "escalade": "3.2.0",
    "get-caller-file": "2.0.5",
    "graceful-fs": "4.2.11",
    "require-directory": "2.1.1",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "wrap-ansi": "7.0.0",
    "y18n": "5.0.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yalc@1.0.0-pre.53",
    "name": "yalc",
    "escapedName": "yalc",
    "rawSpec": "1.0.0-pre.53",
    "saveSpec": null,
    "fetchSpec": "1.0.0-pre.53"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/yalc/-/yalc-1.0.0-pre.53.tgz",
  "_shasum": "c51db2bb924a6908f4cb7e82af78f7e5606810bc",
  "_spec": "yalc@1.0.0-pre.53",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/strapi",
  "bin": {
    "yalc": "src/yalc.js"
  },
  "bugs": {
    "url": "https://github.com/whitecolor/yalc/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.1.0",
    "detect-indent": "^6.0.0",
    "fs-extra": "^8.0.1",
    "glob": "^7.1.4",
    "ignore": "^5.0.4",
    "ini": "^2.0.0",
    "npm-packlist": "^2.1.5",
    "yargs": "^16.1.1"
  },
  "deprecated": false,
  "description": "Work with npm/yarn packages locally like a boss.",
  "devDependencies": {
    "@types/fs-extra": "^7.0.0",
    "@types/glob": "^5.0.30",
    "@types/mocha": "^8.0.0",
    "@types/node": "^12.0.7",
    "@types/npm-packlist": "^1.1.0",
    "@types/yargs": "^6.6.0",
    "clean-ts-built": "^1.0.0",
    "husky": "^1.3.1",
    "mocha": "^8.0.1",
    "prettier": "^2.0.5",
    "pretty-quick": "^1.8.0",
    "trash-cli": "^1.4.0",
    "ts-clean-built": "^1.2.1",
    "ts-node-dev": "^1.0.0-pre.55",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-plugin-prettier": "^1.3.0",
    "typescript": "^3.9.7",
    "typescript-tslint-plugin": "^0.1.2"
  },
  "homepage": "https://github.com/whitecolor/yalc",
  "husky": {
    "hooks": {
      "pre-commit": "yalc check && pretty-quick --staged"
    }
  },
  "license": "MIT",
  "main": "src/index.js",
  "name": "yalc",
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whitecolor/yalc.git"
  },
  "scripts": {
    "build": "tsc",
    "ci": "tsc && yarn test",
    "clean": "ts-clean-built --old && trash  **/*.log",
    "lint": "tslint -p .",
    "prepublishOnly": "yarn clean && tsc && yarn test",
    "test": "tsc && mocha test && yarn lint",
    "test-dev": "ts-node-dev -T --respawn node_modules/mocha/bin/mocha test/index.ts"
  },
  "version": "1.0.0-pre.53"
}
