65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vlq@0.2.3",
|
|
"D:\\Hjm项目\\suyi1111"
|
|
]
|
|
],
|
|
"_from": "vlq@0.2.3",
|
|
"_id": "vlq@0.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==",
|
|
"_location": "/vlq",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vlq@0.2.3",
|
|
"name": "vlq",
|
|
"escapedName": "vlq",
|
|
"rawSpec": "0.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/magic-string"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz",
|
|
"_spec": "0.2.3",
|
|
"_where": "D:\\Hjm项目\\suyi1111",
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Rich-Harris/vlq/issues"
|
|
},
|
|
"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"
|
|
}
|