98 lines
2.5 KiB
JSON
98 lines
2.5 KiB
JSON
{
|
|
"_from": "gulp-sourcemaps@^3.0.0",
|
|
"_id": "gulp-sourcemaps@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RqvUckJkuYqy4VaIH60RMal4ZtG0IbQ6PXMNkNsshEGJ9cldUPRb/YCgboYae+CLAs1HQNb4ADTKCx65HInquQ==",
|
|
"_location": "/gulp-sourcemaps",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-sourcemaps@^3.0.0",
|
|
"name": "gulp-sourcemaps",
|
|
"escapedName": "gulp-sourcemaps",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz",
|
|
"_shasum": "2e154e1a2efed033c0e48013969e6f30337b2743",
|
|
"_spec": "gulp-sourcemaps@^3.0.0",
|
|
"_where": "/var/www/html/jason/WeihnachtenMelly",
|
|
"author": {
|
|
"name": "Florian Reiterer",
|
|
"email": "me@florianreiterer.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulp-sourcemaps/gulp-sourcemaps/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@gulp-sourcemaps/identity-map": "^2.0.1",
|
|
"@gulp-sourcemaps/map-sources": "^1.0.0",
|
|
"acorn": "^6.4.1",
|
|
"convert-source-map": "^1.0.0",
|
|
"css": "^3.0.0",
|
|
"debug-fabulous": "^1.0.0",
|
|
"detect-newline": "^2.0.0",
|
|
"graceful-fs": "^4.0.0",
|
|
"source-map": "^0.6.0",
|
|
"strip-bom-string": "^1.0.0",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Sourcemap support for gulpjs.",
|
|
"devDependencies": {
|
|
"bootstrap": "^3.4.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-gulp": "^3.0.1",
|
|
"expect": "^1.20.2",
|
|
"gulp": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-less": "^3.0.0",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"hook-std": "0.2.X",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"mississippi": "1.X",
|
|
"mocha": "^3.5.3",
|
|
"object-assign": "^4.1.1",
|
|
"rimraf": "^2.6.3",
|
|
"vinyl": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"src"
|
|
],
|
|
"homepage": "http://github.com/gulp-sourcemaps/gulp-sourcemaps",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"gulp",
|
|
"source maps",
|
|
"sourcemaps"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "gulp-sourcemaps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha --report lcovonly",
|
|
"coveralls": "npm run cover && istanbul-coveralls",
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --async-only"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|