Bones/node_modules/vlq/package.json

88 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"vlq@^0.2.1",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\magic-string"
]
],
"_from": "vlq@>=0.2.1-0 <0.3.0-0",
"_id": "vlq@0.2.2",
"_inCache": true,
"_location": "/vlq",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/vlq-0.2.2.tgz_1492045338584_0.668944044271484"
},
"_npmUser": {
"email": "richard.a.harris@gmail.com",
"name": "rich_harris"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "vlq",
"raw": "vlq@^0.2.1",
"rawSpec": "^0.2.1",
"scope": null,
"spec": ">=0.2.1-0 <0.3.0-0",
"type": "range"
},
"_requiredBy": [
"/magic-string"
],
"_resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.2.tgz",
"_shasum": "e316d5257b40b86bb43cb8d5fea5d7f54d6b0ca1",
"_shrinkwrap": null,
"_spec": "vlq@^0.2.1",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\magic-string",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/Rich-Harris/vlq/issues"
},
"dependencies": {},
"description": "Generate, and decode, base64 VLQ mappings for source maps and other uses",
"devDependencies": {
"eslint": "^3.19.0",
"rollup": "^0.41.6"
},
"directories": {},
"dist": {
"shasum": "e316d5257b40b86bb43cb8d5fea5d7f54d6b0ca1",
"tarball": "https://registry.npmjs.org/vlq/-/vlq-0.2.2.tgz"
},
"files": [
"README.md",
"dist/vlq.js",
"src/vlq.js"
],
"gitHead": "a208af958037eeea3b0978b1a353c77e837a4ac8",
"homepage": "https://github.com/Rich-Harris/vlq#readme",
"installable": true,
"license": "MIT",
"main": "dist/vlq.js",
"maintainers": [
{
"name": "rich_harris",
"email": "richard.a.harris@gmail.com"
}
],
"module": "src/vlq.js",
"name": "vlq",
"optionalDependencies": {},
"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.2"
}