Files
automatic-dispose/node_modules/gulp-include/package.json
2018-11-24 14:43:59 +01:00

89 lines
2.3 KiB
JSON

{
"_from": "gulp-include",
"_id": "gulp-include@2.3.1",
"_inBundle": false,
"_integrity": "sha1-8eDtPw/QdMNHx+WfnPA409vbPjA=",
"_location": "/gulp-include",
"_phantomChildren": {
"clone-stats": "0.0.1",
"core-util-is": "1.0.2",
"escape-string-regexp": "1.0.5",
"get-stdin": "4.0.1",
"inflight": "1.0.6",
"inherits": "2.0.3",
"is-utf8": "0.2.1",
"isarray": "0.0.1",
"lodash._escapehtmlchar": "2.4.1",
"lodash._escapestringchar": "2.4.1",
"lodash._isnative": "2.4.1",
"lodash._reunescapedhtml": "2.4.1",
"lodash._shimkeys": "2.4.1",
"lodash.defaults": "2.4.1",
"lodash.isobject": "2.4.1",
"lodash.values": "2.4.1",
"meow": "3.7.0",
"minimatch": "2.0.10",
"multipipe": "0.1.2",
"once": "1.3.3",
"path-is-absolute": "1.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gulp-include",
"name": "gulp-include",
"escapedName": "gulp-include",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-include/-/gulp-include-2.3.1.tgz",
"_shasum": "f1e0ed3f0fd074c347c7e59f9cf038d3dbdb3e30",
"_spec": "gulp-include",
"_where": "/var/www/html/autocompletion",
"author": {
"name": "Hugo Wiledal"
},
"bugs": {
"url": "https://github.com/wiledal/gulp-include/issues"
},
"bundleDependencies": false,
"dependencies": {
"event-stream": "~3.1.0",
"glob": "^5.0.12",
"gulp-util": "~2.2.10",
"source-map": "^0.5.1",
"strip-bom": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"deprecated": false,
"description": "Makes inclusion of files a breeze. Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.",
"devDependencies": {
"gulp": "~3.3.4",
"gulp-sourcemaps": "^1.1.4",
"mocha": "~1.17.0",
"should": "~2.1.1",
"stream-assert": "^2.0.1"
},
"homepage": "http://github.com/wiledal/gulp-include",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-include",
"repository": {
"type": "git",
"url": "git://github.com/wiledal/gulp-include.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.3.1"
}