{
  "_args": [
    [
      "npm-force-resolutions@0.0.10",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_development": true,
  "_from": "npm-force-resolutions@0.0.10",
  "_id": "npm-force-resolutions@0.0.10",
  "_inBundle": false,
  "_integrity": "sha512-Jscex+xIU6tw3VsyrwxM1TeT+dd9Fd3UOMAjy6J1TMpuYeEqg4LQZnATQO5vjPrsARm3und6zc6Dii/GUyRE5A==",
  "_location": "/npm-force-resolutions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-force-resolutions@0.0.10",
    "name": "npm-force-resolutions",
    "escapedName": "npm-force-resolutions",
    "rawSpec": "0.0.10",
    "saveSpec": null,
    "fetchSpec": "0.0.10"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-force-resolutions/-/npm-force-resolutions-0.0.10.tgz",
  "_spec": "0.0.10",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "rogeriochaves"
  },
  "bin": {
    "npm-force-resolutions": "index.js"
  },
  "bugs": {
    "url": "https://github.com/rogeriochaves/npm-force-resolutions/issues"
  },
  "dependencies": {
    "json-format": "^1.0.1",
    "source-map-support": "^0.5.5",
    "xmlhttprequest": "^1.8.0"
  },
  "description": "This packages modifies package-lock.json to force the installation of specific version of a transitive dependency (dependency of dependency), similar to yarn's [selective dependency resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/), but without having to migrate to yarn.",
  "homepage": "https://github.com/rogeriochaves/npm-force-resolutions#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "npm-force-resolutions",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rogeriochaves/npm-force-resolutions.git"
  },
  "scripts": {
    "build": "clj -m cljs.main --target node --output-to index.js -c npm-force-resolutions.core && sed -i -e 's/path\\.resolve(\"\\.\")/__dirname/g' index.js",
    "test": "clj -m cljs.main --target node --output-to tests.js -c npm-force-resolutions.core-test && node tests.js"
  },
  "version": "0.0.10"
}
