You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-markdown-editor/node_modules/gulp-concat/node_modules/concat-with-sourcemaps/package.json

67 lines
1.9 KiB
JSON

{
"name": "concat-with-sourcemaps",
"version": "1.0.2",
"description": "Concatenate file contents with a custom separator and generate a source map",
"homepage": "http://github.com/floridoo/concat-with-sourcemaps",
"repository": {
"type": "git",
"url": "git://github.com/floridoo/concat-with-sourcemaps.git"
},
"main": "index.js",
"scripts": {
"test": "jshint *.js test/*.js && faucet test/*.js",
"tap": "tape test/*.js",
"cover": "istanbul cover --dir reports/coverage tape test/*.js",
"coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"keywords": [
"concat",
"source map"
],
"author": {
"name": "Florian Reiterer",
"email": "me@florianreiterer.com"
},
"license": "ISC",
"dependencies": {
"source-map": "^0.4.0"
},
"devDependencies": {
"jshint": "^2.6.0",
"tape": "^3.5.0",
"istanbul": "^0.3.6",
"faucet": "0.0.1",
"coveralls": "^2.10.0"
},
"files": [
"index.js",
"package.json",
"README.md",
"LICENSE.md"
],
"gitHead": "607029d89de573da3038ef88bb20ffdcd95b16f4",
"bugs": {
"url": "https://github.com/floridoo/concat-with-sourcemaps/issues"
},
"_id": "concat-with-sourcemaps@1.0.2",
"_shasum": "3c1b7e45b9d2f34e2f522e9e263d1891931987a7",
"_from": "concat-with-sourcemaps@>=1.0.0 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "floridoo",
"email": "florian.reiterer@gmail.com"
},
"maintainers": [
{
"name": "floridoo",
"email": "florian.reiterer@gmail.com"
}
],
"dist": {
"shasum": "3c1b7e45b9d2f34e2f522e9e263d1891931987a7",
"tarball": "http://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.2.tgz"
}