package.json 1.58 KB
{
  "_from": "vlq@^0.2.1",
  "_id": "vlq@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-jz5DKM9jsVQMDWfhsneDhviXWyY=",
  "_location": "/vlq",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vlq@^0.2.1",
    "name": "vlq",
    "escapedName": "vlq",
    "rawSpec": "^0.2.1",
    "saveSpec": null,
    "fetchSpec": "^0.2.1"
  },
  "_requiredBy": [
    "/flow-remove-types"
  ],
  "_resolved": "https://registry.npm.taobao.org/vlq/download/vlq-0.2.3.tgz",
  "_shasum": "8f3e4328cf63b1540c0d67e1b2778386f8975b26",
  "_spec": "vlq@^0.2.1",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\flow-remove-types",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/Rich-Harris/vlq/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Generate, and decode, base64 VLQ mappings for source maps and other uses",
  "devDependencies": {
    "eslint": "^3.19.0",
    "rollup": "^0.41.6"
  },
  "files": [
    "README.md",
    "LICENSE",
    "src/vlq.js",
    "dist/vlq.js"
  ],
  "homepage": "https://github.com/Rich-Harris/vlq#readme",
  "license": "MIT",
  "main": "dist/vlq.js",
  "module": "src/vlq.js",
  "name": "vlq",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/vlq.git"
  },
  "scripts": {
    "build": "rollup src/vlq.js -n vlq -f umd > dist/vlq.js",
    "lint": "eslint src",
    "prepublish": "npm test",
    "pretest": "npm run build",
    "test": "node test"
  },
  "version": "0.2.3"
}