{
  "_args": [
    [
      "@adonisjs/fold@4.1.0",
      "/home/real49/whatsappBot/beta"
    ]
  ],
  "_from": "@adonisjs/fold@4.1.0",
  "_id": "@adonisjs/fold@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-xmRSWRtQddz05/44iNWPI6q4pjHjmeAN9rV6EL2hhoa+pa1CVDuyLDJD29526reIzCkKsUSAbCvHJERaYHOxJw==",
  "_location": "/@adonisjs/fold",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@adonisjs/fold@4.1.0",
    "name": "@adonisjs/fold",
    "escapedName": "@adonisjs%2ffold",
    "scope": "@adonisjs",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@adonisjs/fold/-/fold-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/home/real49/whatsappBot/beta",
  "author": {
    "name": "adonisjs"
  },
  "bin": {
    "fold": "index.js"
  },
  "bugs": {
    "url": "https://github.com/poppinss/adonis-fold/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@adonisjs/generic-exceptions": "^2.0.1",
    "caller": "^1.0.1",
    "debug": "^4.3.1",
    "lodash": "^4.17.21",
    "require-stack": "^1.0.2"
  },
  "description": "Dependency manager and ioc container for your next NodeJs application",
  "devDependencies": {
    "@adonisjs/mrm-preset": "^3.0.0",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "^3.3.0",
    "japa": "^3.1.1",
    "japa-cli": "^1.0.1",
    "mrm": "^2.6.1",
    "pkg-ok": "^2.3.1",
    "semver": "^7.3.5",
    "standard": "^16.0.3"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "homepage": "https://github.com/poppinss/adonis-fold#readme",
  "keywords": [
    "ioc",
    "dependency",
    "injection",
    "service",
    "provider",
    "autoloading"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@adonisjs/fold",
  "nyc": {
    "include": [
      "src"
    ],
    "exclude": [
      "test",
      "japaFile.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poppinss/adonis-fold.git"
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "standard",
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test": "node japaFile.js",
    "test:local": "FORCE_COLOR=true node bin/index.js --local",
    "test:win": "node japaFile.js"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "use",
      "make"
    ],
    "ignore": [
      "**/out/"
    ]
  },
  "version": "4.1.0"
}
