File: /var/www/zaklada/html/node_modules/useref/package.json
{
"_args": [
[
"useref@1.4.1",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "useref@1.4.1",
"_id": "useref@1.4.1",
"_inBundle": false,
"_integrity": "sha1-Atq60QsahQJdlkJS/KMbgFkxrX0=",
"_location": "/useref",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "useref@1.4.1",
"name": "useref",
"escapedName": "useref",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/gulp-useref"
],
"_resolved": "https://registry.npmjs.org/useref/-/useref-1.4.1.tgz",
"_spec": "1.4.1",
"_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/useref/issues"
},
"description": "Parse build blocks in HTML files to replace references",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"mocha": "*",
"nyc": "^11.3.0"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jonkemp/useref#readme",
"keywords": [
"build",
"blocks",
"build",
"comments",
"replace",
"scripts",
"link",
"ref"
],
"license": "MIT",
"main": "index.js",
"name": "useref",
"repository": {
"type": "git",
"url": "git+https://github.com/jonkemp/useref.git"
},
"scripts": {
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"test": "mocha"
},
"version": "1.4.1"
}