66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"_from": "vlq@^1.0.0",
|
|
"_id": "vlq@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==",
|
|
"_location": "/vlq",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vlq@^1.0.0",
|
|
"name": "vlq",
|
|
"escapedName": "vlq",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/metro-source-map",
|
|
"/metro-symbolicate"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",
|
|
"_shasum": "c003f6e7c0b4c1edd623fd6ee50bbc0d6a1de468",
|
|
"_spec": "vlq@^1.0.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/metro-source-map",
|
|
"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": "^6.0.1",
|
|
"rollup": "^1.16.4",
|
|
"rollup-plugin-typescript": "^1.0.1",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"dist/*.js",
|
|
"dist/**/*.d.ts"
|
|
],
|
|
"homepage": "https://github.com/Rich-Harris/vlq#readme",
|
|
"license": "MIT",
|
|
"main": "dist/vlq.js",
|
|
"module": "dist/vlq.es.js",
|
|
"name": "vlq",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rich-Harris/vlq.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c && tsc",
|
|
"lint": "eslint src",
|
|
"prepublish": "npm test",
|
|
"pretest": "npm run build",
|
|
"test": "node test"
|
|
},
|
|
"types": "dist/types/vlq.d.ts",
|
|
"version": "1.0.1"
|
|
}
|