Sha256: 017d45a51c7f5ddfafa1e4826ef8241bc399d340c76a841d78ab291e2d990516
Contents?: true
Size: 725 Bytes
Versions: 4
Compression:
Stored size: 725 Bytes
Contents
{ "name": "vlq", "description": "Generate, and decode, base64 VLQ mappings for source maps and other uses", "author": "Rich Harris", "repository": "https://github.com/Rich-Harris/vlq", "license": "MIT", "version": "1.0.0", "main": "dist/vlq.js", "module": "dist/vlq.es.js", "types": "dist/types/vlq.d.ts", "files": [ "README.md", "LICENSE", "dist/*.js", "dist/**/*.d.ts" ], "devDependencies": { "eslint": "^3.19.0", "rollup": "^0.53.3", "rollup-plugin-typescript": "^0.8.1", "typescript": "^2.6.2" }, "scripts": { "build": "rollup -c && tsc", "lint": "eslint src", "test": "node test", "pretest": "npm run build", "prepublish": "npm test" } }
Version data entries
4 entries across 4 versions & 1 rubygems