{
  "_args": [
    [
      {
        "raw": "vlq@^0.2.1",
        "scope": null,
        "escapedName": "vlq",
        "name": "vlq",
        "rawSpec": "^0.2.1",
        "spec": ">=0.2.1 <0.3.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/magic-string"
    ]
  ],
  "_from": "vlq@>=0.2.1 <0.3.0",
  "_id": "vlq@0.2.1",
  "_inCache": true,
  "_location": "/vlq",
  "_nodeVersion": "1.2.0",
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "vlq@^0.2.1",
    "scope": null,
    "escapedName": "vlq",
    "name": "vlq",
    "rawSpec": "^0.2.1",
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/magic-string"
  ],
  "_resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.1.tgz",
  "_shasum": "14439d711891e682535467f8587c5630e4222a6c",
  "_shrinkwrap": null,
  "_spec": "vlq@^0.2.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/magic-string",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/Rich-Harris/vlq/issues"
  },
  "dependencies": {},
  "description": "Generate, and decode, base64 VLQ mappings for source maps and other uses",
  "devDependencies": {
    "esperanto": "^0.6.8",
    "jshint": "^2.6.0"
  },
  "directories": {},
  "dist": {
    "shasum": "14439d711891e682535467f8587c5630e4222a6c",
    "tarball": "https://registry.npmjs.org/vlq/-/vlq-0.2.1.tgz"
  },
  "files": [
    "README.md",
    "src/vlq.js",
    "dist/vlq.js"
  ],
  "gitHead": "bcbd8afe779ca746fcc91c1ca88be214fc5c193e",
  "homepage": "https://github.com/Rich-Harris/vlq",
  "jsnext:main": "src/vlq.js",
  "license": "MIT",
  "main": "dist/vlq.js",
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "name": "vlq",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/vlq.git"
  },
  "scripts": {
    "build": "esperanto -i src/vlq.js -o dist/vlq.js -t umd -n vlq -s",
    "lint": "jshint src",
    "prepublish": "npm run lint; npm run build; npm test",
    "test": "node test"
  },
  "version": "0.2.1"
}
