{
  "_args": [
    [
      "math-clamp@1.0.0",
      "/var/www/html"
    ]
  ],
  "_from": "math-clamp@1.0.0",
  "_id": "math-clamp@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-PKX6y/armCIVS3B+ZBxvH/fCr2Y=",
  "_location": "/math-clamp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "math-clamp@1.0.0",
    "name": "math-clamp",
    "escapedName": "math-clamp",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/vue-howler"
  ],
  "_resolved": "https://registry.npmjs.org/math-clamp/-/math-clamp-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/math-clamp/issues"
  },
  "description": "Clamp a number",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/math-clamp#readme",
  "keywords": [
    "math",
    "number",
    "numbers",
    "clamp",
    "limit",
    "min",
    "max",
    "between",
    "range"
  ],
  "license": "MIT",
  "name": "math-clamp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/math-clamp.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
