File: /var/www/zaklada/html/node_modules/gulp-newer/package.json
{
"_args": [
[
"gulp-newer@1.4.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "gulp-newer@1.4.0",
"_id": "gulp-newer@1.4.0",
"_inBundle": false,
"_integrity": "sha512-h79fGO55S/P9eAADbLAP9aTtVYpLSR1ONj08VPaSdVVNVYhTS8p1CO1TW7kEMu+hC+sytmCqcUr5LesvZEtDoQ==",
"_location": "/gulp-newer",
"_phantomChildren": {
"ansi-cyan": "0.1.1",
"ansi-red": "0.1.1",
"arr-flatten": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-newer@1.4.0",
"name": "gulp-newer",
"escapedName": "gulp-newer",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-newer/-/gulp-newer-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Tim Schaub",
"url": "http://tschaub.net/"
},
"bugs": {
"url": "https://github.com/tschaub/gulp-newer/issues"
},
"dependencies": {
"glob": "^7.0.3",
"kew": "^0.7.0",
"plugin-error": "^0.1.2"
},
"description": "Only pass through newer source files",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.14.0",
"eslint-config-tschaub": "^9.0.0",
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"mock-fs": "^4.4.2",
"vinyl": "^2.1.0"
},
"eslintConfig": {
"extends": "tschaub"
},
"homepage": "https://github.com/tschaub/gulp-newer",
"keywords": [
"gulp",
"gulpplugin",
"newer",
"mtime"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-newer",
"repository": {
"type": "git",
"url": "git://github.com/tschaub/gulp-newer.git"
},
"scripts": {
"lint": "eslint index.js spec.js",
"pretest": "npm run lint",
"test": "mocha spec.js"
},
"version": "1.4.0"
}