File: /var/www/zaklada/html/node_modules/gulp-useref/package.json
{
"_args": [
[
"gulp-useref@3.1.6",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "gulp-useref@3.1.6",
"_id": "gulp-useref@3.1.6",
"_inBundle": false,
"_integrity": "sha512-CMntxNp9LSk0F7itgOgqGqrO5pQL7eyQt6zhWi533VMFyMch8MNrSqjR7JyxEbPkts38s++W4ZmFVjx0NLMv8g==",
"_location": "/gulp-useref",
"_phantomChildren": {
"clone-buffer": "1.0.0",
"cloneable-readable": "1.1.2",
"extend": "3.0.2",
"fs-mkdirp-stream": "1.0.0",
"glob": "7.1.3",
"graceful-fs": "4.1.15",
"is-absolute": "1.0.0",
"is-negated-glob": "1.0.0",
"json-stable-stringify": "1.0.1",
"lazystream": "1.0.0",
"lead": "1.0.0",
"object.assign": "4.1.0",
"path-dirname": "1.0.2",
"pumpify": "1.5.1",
"readable-stream": "2.3.6",
"remove-bom-buffer": "3.0.0",
"remove-bom-stream": "1.2.0",
"remove-trailing-separator": "1.1.0",
"resolve-options": "1.1.0",
"through2": "2.0.5",
"through2-filter": "2.0.0",
"to-through": "2.0.0",
"value-or-function": "3.0.0",
"vinyl-sourcemap": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-useref@3.1.6",
"name": "gulp-useref",
"escapedName": "gulp-useref",
"rawSpec": "3.1.6",
"saveSpec": null,
"fetchSpec": "3.1.6"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-useref/-/gulp-useref-3.1.6.tgz",
"_spec": "3.1.6",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Jonathan Kemp",
"email": "kempdogg@gmail.com",
"url": "http://jonkemp.com/"
},
"bugs": {
"url": "https://github.com/jonkemp/gulp-useref/issues"
},
"dependencies": {
"event-stream": "^4.0.1",
"extend": "^3.0.2",
"glob": "^7.1.3",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"is-relative-url": "1.0.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.3",
"useref": "^1.4.1",
"vinyl-fs": "^3.0.3"
},
"description": "Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.",
"devDependencies": {
"coveralls": "^3.0.2",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.4.0",
"mocha": "*",
"mock-gulp-dest": "^0.1.1",
"nyc": "^13.1.0",
"should": "*",
"vinyl": "^2.2.0"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jonkemp/gulp-useref#readme",
"keywords": [
"gulpplugin",
"html",
"scripts",
"css",
"optimize",
"concat"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-useref",
"repository": {
"type": "git",
"url": "git+https://github.com/jonkemp/gulp-useref.git"
},
"scripts": {
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"lint": "gulp lint",
"test": "mocha"
},
"version": "3.1.6"
}