wishthis/node_modules/vinyl-sourcemap/package.json

54 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "vinyl-sourcemap",
"version": "1.1.0",
"description": "Add/write sourcemaps to/from Vinyl files.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Robin Venneman",
"Blaine Bublitz <blaine.bublitz@gmail.com>"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"repository": "gulpjs/vinyl-sourcemap",
"license": "MIT",
"engines": {
"node": ">= 0.10"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"lib/"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"scripts": {
"lint": "eslint index.js lib/ test/add.js test/write.js && jscs index.js lib/ test/add.js test/write.js",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
"append-buffer": "^1.0.2",
"convert-source-map": "^1.5.0",
"graceful-fs": "^4.1.6",
"normalize-path": "^2.1.1",
"now-and-later": "^2.0.0",
"remove-bom-buffer": "^3.0.0",
"vinyl": "^2.0.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.4.0",
"jscs-preset-gulp": "^1.0.0",
"mississippi": "^1.3.0",
"mocha": "^3.2.0"
},
"keywords": [
"vinyl",
"sourcemap",
"gulp"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}