You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.6 KiB

{
"_from": "vlq@^0.2.2",
"_id": "vlq@0.2.3",
"_inBundle": false,
"_integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==",
"_location": "/vlq",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vlq@^0.2.2",
"name": "vlq",
"escapedName": "vlq",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/magic-string"
],
"_resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz",
"_shasum": "8f3e4328cf63b1540c0d67e1b2778386f8975b26",
"_spec": "vlq@^0.2.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/magic-string",
"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"
}