{
  "_args": [
    [
      "object-values@1.0.0",
      "/var/www/html"
    ]
  ],
  "_from": "object-values@1.0.0",
  "_id": "object-values@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-cq+DljARnluYw7AruMJ+MjcVgQU=",
  "_location": "/object-values",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "object-values@1.0.0",
    "name": "object-values",
    "escapedName": "object-values",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/vue-howler"
  ],
  "_resolved": "https://registry.npmjs.org/object-values/-/object-values-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/object-values/issues"
  },
  "description": "Get the values of an object",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/object-values#readme",
  "keywords": [
    "object",
    "values",
    "obj",
    "val",
    "properties",
    "browser"
  ],
  "license": "MIT",
  "name": "object-values",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/object-values.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}
