{
  "_args": [
    [
      "decache@4.6.1",
      "C:\\sitios\\cognicion-front-main\\vue3\\cognicion-front"
    ]
  ],
  "_development": true,
  "_from": "decache@4.6.1",
  "_id": "decache@4.6.1",
  "_inBundle": false,
  "_integrity": "sha512-ohApBM8u9ygepJCjgBrEZSSxPjc0T/PJkD+uNyxXPkqudyUpdXpwJYp0VISm2WrPVzASU6DZyIi6BWdyw7uJ2Q==",
  "_location": "/decache",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "decache@4.6.1",
    "name": "decache",
    "escapedName": "decache",
    "rawSpec": "4.6.1",
    "saveSpec": null,
    "fetchSpec": "4.6.1"
  },
  "_requiredBy": [
    "/vuetify-loader"
  ],
  "_resolved": "https://registry.npmjs.org/decache/-/decache-4.6.1.tgz",
  "_spec": "4.6.1",
  "_where": "C:\\sitios\\cognicion-front-main\\vue3\\cognicion-front",
  "author": {
    "name": "https://github.com/dwyl/decache/graphs/contributors"
  },
  "bugs": {
    "url": "https://github.com/dwyl/decache/issues"
  },
  "dependencies": {
    "callsite": "^1.0.0"
  },
  "description": "decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.",
  "devDependencies": {
    "modern-syslog": "^1.2.0",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "tap-nyc": "^1.0.3",
    "tap-spec": "^5.0.0",
    "tape": "^5.3.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/dwyl/decache#readme",
  "keywords": [
    "delete",
    "node.js",
    "require",
    "cache",
    "uncache",
    "un-require"
  ],
  "license": "MIT",
  "main": "decache.js",
  "name": "decache",
  "nyc": {
    "check-coverage": true,
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "include": [
      "decache.js",
      "setup.js",
      "lib/mymodule/index.js",
      "lib/othermodule.js"
    ],
    "exclude": [
      "test/test.js"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "cache": false,
    "all": true,
    "report-dir": "./coverage"
  },
  "pre-commit": [
    "coverage"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwyl/decache.git"
  },
  "scripts": {
    "coverage": "nyc tape ./test/test.js && nyc check-coverage",
    "nocov": "tape ./test/test.js",
    "test": "nyc tape ./test/test.js | tap-nyc"
  },
  "version": "4.6.1"
}
