sourcemap-validator
Version:
Map all the things, check all the maps
47 lines (46 loc) • 958 B
JSON
{
"author": "Ben Ng <me@benng.me> (http://benng.me)",
"contributors": [
{
"name": "Jesús Leganés Combarro 'piranna'",
"email": "piranna@gmail.com",
"url": "http://pirannafs.blogspot.com.es"
}
],
"name": "sourcemap-validator",
"description": "Map all the things, check all the maps",
"keywords": [
"uglify",
"browserify",
"minify",
"minifyify",
"validate",
"validator",
"sourcemap"
],
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/sourcemap-validator.git"
},
"dependencies": {
"jsesc": "~0.3.x",
"lodash.foreach": "^4.5.0",
"lodash.template": "^4.5.0",
"source-map": "~0.1.x"
},
"files": [
"index.js"
],
"scripts": {
"test": "jake test --trace"
},
"devDependencies": {
"jake": "0.7.x",
"uglify-js": "2.4.x"
},
"optionalDependencies": {},
"engines": {
"node": "8.* || >= 10.*"
}
}