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

33 lines
860 B
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"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"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"repository": {
"type": "git",
"url": "https://github.com/webpack/source-list-map.git"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"keywords": [
"source-map"
],
"files": [
"lib"
],
"license": "MIT",
2020-12-21 11:29:31 -04:00
"bugs": {
"url": "https://github.com/webpack/source-list-map/issues"
},
2021-02-25 11:57:52 -04:00
"homepage": "https://github.com/webpack/source-list-map",
2020-12-21 11:29:31 -04:00
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0"
2021-02-25 11:57:52 -04:00
}
,"_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"
}