68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vlq@1.0.1",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "vlq@1.0.1",
|
|
"_id": "vlq@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==",
|
|
"_location": "/vlq",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vlq@1.0.1",
|
|
"name": "vlq",
|
|
"escapedName": "vlq",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/buble"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"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": "^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"
|
|
}
|