{
  "_args": [
    [
      "package-json@4.0.1",
      "/var/www/brandplatform.be/villapila"
    ]
  ],
  "_from": "package-json@4.0.1",
  "_id": "package-json@4.0.1",
  "_inBundle": false,
  "_integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=",
  "_location": "/package-json",
  "_phantomChildren": {
    "create-error-class": "3.0.2",
    "duplexer3": "0.1.4",
    "get-stream": "3.0.0",
    "is-redirect": "1.0.0",
    "is-retry-allowed": "1.2.0",
    "is-stream": "1.1.0",
    "lowercase-keys": "1.0.1",
    "safe-buffer": "5.1.2",
    "timed-out": "4.0.1",
    "unzip-response": "2.0.1",
    "url-parse-lax": "1.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "package-json@4.0.1",
    "name": "package-json",
    "escapedName": "package-json",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/latest-version"
  ],
  "_resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/var/www/brandplatform.be/villapila",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/package-json/issues"
  },
  "dependencies": {
    "got": "^6.7.1",
    "registry-auth-token": "^3.0.1",
    "registry-url": "^3.0.3",
    "semver": "^5.1.0"
  },
  "description": "Get metadata of a package from the npm registry",
  "devDependencies": {
    "ava": "*",
    "mock-private-registry": "^1.1.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/package-json#readme",
  "keywords": [
    "npm",
    "registry",
    "package",
    "pkg",
    "package.json",
    "json",
    "module",
    "scope",
    "scoped"
  ],
  "license": "MIT",
  "name": "package-json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/package-json.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "4.0.1"
}
