initial commit
This commit is contained in:
100
node_modules/gulp-sourcemaps/package.json
generated
vendored
Normal file
100
node_modules/gulp-sourcemaps/package.json
generated
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"_from": "gulp-sourcemaps",
|
||||
"_id": "gulp-sourcemaps@2.6.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-SYLBRzPTew8T5Suh2U8jCSDKY+4NARua4aqjj8HOysBh2tSgT9u4jc1FYirAdPx1akUxxDeK++fqw6Jg0LkQRg==",
|
||||
"_location": "/gulp-sourcemaps",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "gulp-sourcemaps",
|
||||
"name": "gulp-sourcemaps",
|
||||
"escapedName": "gulp-sourcemaps",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.5.tgz",
|
||||
"_shasum": "a3f002d87346d2c0f3aec36af7eb873f23de8ae6",
|
||||
"_spec": "gulp-sourcemaps",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user