Opal-Estate-Pro/node_modules/gulp-sourcemaps/package.json
2019-09-13 09:44:33 +07:00

102 lines
2.8 KiB
JSON

{
"_from": "gulp-sourcemaps@^2.6.4",
"_id": "gulp-sourcemaps@2.6.5",
"_inBundle": false,
"_integrity": "sha512-SYLBRzPTew8T5Suh2U8jCSDKY+4NARua4aqjj8HOysBh2tSgT9u4jc1FYirAdPx1akUxxDeK++fqw6Jg0LkQRg==",
"_location": "/gulp-sourcemaps",
"_phantomChildren": {
"readable-stream": "2.3.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-sourcemaps@^2.6.4",
"name": "gulp-sourcemaps",
"escapedName": "gulp-sourcemaps",
"rawSpec": "^2.6.4",
"saveSpec": null,
"fetchSpec": "^2.6.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.5.tgz",
"_shasum": "a3f002d87346d2c0f3aec36af7eb873f23de8ae6",
"_spec": "gulp-sourcemaps@^2.6.4",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro",
"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": "1.X",
"@gulp-sourcemaps/map-sources": "1.X",
"acorn": "5.X",
"convert-source-map": "1.X",
"css": "2.X",
"debug-fabulous": "1.X",
"detect-newline": "2.X",
"graceful-fs": "4.X",
"source-map": "~0.6.0",
"strip-bom-string": "1.X",
"through2": "2.X"
},
"deprecated": false,
"description": "Source map support for Gulp.js",
"devDependencies": {
"bootstrap": "3.3.7",
"coveralls": "2.X",
"faucet": "0.0.X",
"gulp": "3.X",
"gulp-concat": "2.X",
"gulp-if": "2.X",
"gulp-less": "3.X",
"gulp-load-plugins": "1.X",
"hook-std": "0.2.X",
"http-server": "0.10.X",
"istanbul": "0.X",
"jshint": "2.X",
"lodash": "4.X",
"mississippi": "1.X",
"object-assign": "4.X",
"tape": "4.X",
"vinyl": "2.X",
"yargs": "7.X"
},
"engines": {
"node": ">=4"
},
"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 --dir reports/coverage tape \"test/*.js\"",
"coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"lint": "jshint ./src/**/*.js ./test/*.js",
"serve": "http-server",
"tape": "tape",
"test": "npm run lint && faucet test/*.js $@",
"test:int": "rm -rf ./tmp && tape ./test/integration.js"
},
"version": "2.6.5"
}