wishthis/node_modules/vinyl-sourcemaps-apply/package.json

23 lines
607 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "vinyl-sourcemaps-apply",
"version": "0.2.1",
2022-01-21 08:28:41 +00:00
"description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
"homepage": "http://github.com/floridoo/vinyl-sourcemaps-apply",
2022-04-08 10:55:35 +00:00
"repository": "git://github.com/floridoo/vinyl-sourcemaps-apply.git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"vinyl",
"sourcemaps",
"source maps",
"gulp"
],
2022-04-08 10:55:35 +00:00
"author": "Florian Reiterer <me@florianreiterer.com>",
2022-01-21 08:28:41 +00:00
"license": "ISC",
2022-04-08 10:55:35 +00:00
"dependencies": {
"source-map": "^0.5.1"
}
2022-01-21 08:28:41 +00:00
}