flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
27
VISUALIZACION/node_modules/vlq/package.json
generated
vendored
Executable file
27
VISUALIZACION/node_modules/vlq/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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": "0.2.3",
|
||||
"main": "dist/vlq.js",
|
||||
"module": "src/vlq.js",
|
||||
"files": [
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"src/vlq.js",
|
||||
"dist/vlq.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^3.19.0",
|
||||
"rollup": "^0.41.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup src/vlq.js -n vlq -f umd > dist/vlq.js",
|
||||
"lint": "eslint src",
|
||||
"test": "node test",
|
||||
"pretest": "npm run build",
|
||||
"prepublish": "npm test"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue