forked from enviPath/enviPy
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"_from": "concat-with-sourcemaps@*",
|
|
"_id": "concat-with-sourcemaps@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-9Vs74q60dgGxCi1SWcz7cP0vHdY=",
|
|
"_location": "/concat-with-sourcemaps",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "concat-with-sourcemaps@*",
|
|
"name": "concat-with-sourcemaps",
|
|
"escapedName": "concat-with-sourcemaps",
|
|
"rawSpec": "*",
|
|
"saveSpec": null,
|
|
"fetchSpec": "*"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-header"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
|
|
"_shasum": "f55b3be2aeb47601b10a2d5259ccfb70fd2f1dd6",
|
|
"_spec": "concat-with-sourcemaps@*",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-header",
|
|
"author": {
|
|
"name": "Florian Reiterer",
|
|
"email": "me@florianreiterer.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/floridoo/concat-with-sourcemaps/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"source-map": "^0.5.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Concatenate file contents with a custom separator and generate a source map",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.4",
|
|
"faucet": "0.0.1",
|
|
"istanbul": "^0.3.21",
|
|
"jshint": "^2.8.0",
|
|
"tape": "^4.2.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"package.json",
|
|
"README.md",
|
|
"LICENSE.md"
|
|
],
|
|
"homepage": "http://github.com/floridoo/concat-with-sourcemaps",
|
|
"keywords": [
|
|
"concat",
|
|
"source map"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "concat-with-sourcemaps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/floridoo/concat-with-sourcemaps.git"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"tap": "tape test/*.js",
|
|
"test": "jshint *.js test/*.js && faucet test/*.js"
|
|
},
|
|
"version": "1.0.4"
|
|
}
|