Gazebo_simulation-Frontend/node_modules/source-list-map/package.json

33 lines
860 B
JSON

{
"name": "source-list-map",
"version": "2.0.1",
"description": "Fast line to line SourceMap generator.",
"author": "Tobias Koppers @sokra",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack/source-list-map.git"
},
"keywords": [
"source-map"
],
"files": [
"lib"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/source-list-map/issues"
},
"homepage": "https://github.com/webpack/source-list-map",
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0"
}
,"_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz"
,"_integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
,"_from": "source-list-map@2.0.1"
}