{
  "_from": "find-package-json@^1.0.0",
  "_id": "find-package-json@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-+SOGcLGYDJHtyqHd87ysBhmaeQ95oWspDKnMXBrnQ9Eq4OkLNqejgoaD8xVWu6GPa0B6roa6KinCMEMcVeqONw==",
  "_location": "/find-package-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "find-package-json@^1.0.0",
    "name": "find-package-json",
    "escapedName": "find-package-json",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/rijs.npm"
  ],
  "_resolved": "https://registry.npmjs.org/find-package-json/-/find-package-json-1.2.0.tgz",
  "_shasum": "4057d1b943f82d8445fe52dc9cf456f6b8b58083",
  "_spec": "find-package-json@^1.0.0",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\rijs.npm",
  "author": {
    "name": "Arnout Kazemier"
  },
  "bugs": {
    "url": "https://github.com/3rd-Eden/find-package-json/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Find package.json files in parent directories, keep finding until you find the right one using iterators.",
  "devDependencies": {
    "assume": "2.0.x",
    "istanbul": "0.4.x",
    "mocha": "5.1.x",
    "pre-commit": "1.2.x"
  },
  "homepage": "https://github.com/3rd-Eden/find-package-json#readme",
  "keywords": [
    "package",
    "package.json",
    "json",
    "find-package-json",
    "directory",
    "parent",
    "package-json",
    "read-package-json"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "find-package-json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/3rd-Eden/find-package-json.git"
  },
  "scripts": {
    "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
    "test": "mocha test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
    "watch": "mocha --watch test.js"
  },
  "version": "1.2.0"
}
