Opal-Estate-Pro/node_modules/gulp-inject/package.json

104 lines
2.6 KiB
JSON
Raw Normal View History

2019-09-13 04:44:33 +02:00
{
"_from": "gulp-inject@^4.3.2",
"_id": "gulp-inject@4.3.2",
"_inBundle": false,
"_integrity": "sha512-dzQgIEVj9vQLwieQ0siRVrgJCisZYrgh/VRvhIS984zJ6OftkjeLfgiENol7bhYM4OlCiyMmxwiYe9mT7hj45A==",
"_location": "/gulp-inject",
"_phantomChildren": {
"ansi-cyan": "0.1.1",
"ansi-red": "0.1.1",
"arr-flatten": "1.1.0",
"array-slice": "0.2.3",
"readable-stream": "2.3.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-inject@^4.3.2",
"name": "gulp-inject",
"escapedName": "gulp-inject",
"rawSpec": "^4.3.2",
"saveSpec": null,
"fetchSpec": "^4.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gulp-inject/-/gulp-inject-4.3.2.tgz",
"_shasum": "56525857ec312ce6e75dbb62876bea7e29f10118",
"_spec": "gulp-inject@^4.3.2",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro",
"author": {
"name": "Joakim Carlstein",
"email": "joakim@klei.se",
"url": "http://joakim.beng.se"
},
"bugs": {
"url": "https://github.com/klei/gulp-inject/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-colors": "^1.0.1",
"arrify": "^1.0.1",
"escape-string-regexp": "^1.0.5",
"event-stream": "^3.1.0",
"fancy-log": "^1.3.2",
"group-array": "^0.3.0",
"plugin-error": "^0.1.2",
"stream-to-array": "^2.3.0",
"through2": "^2.0.1"
},
"deprecated": false,
"description": "A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html",
"devDependencies": {
"@commitlint/cli": "^3.2.0",
"@commitlint/config-angular": "^3.1.1",
"husky": "^0.14.3",
"mocha": "~2.0.1",
"semantic-release": "^12.4.1",
"should": "^4.0.4",
"strip-color": "^0.1.0",
"vinyl": "^2.1.0",
"xo": "^0.13.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/klei/gulp-inject",
"keywords": [
"gulpplugin",
"inject",
"stylesheets",
"webcomponents",
"scripts",
"index"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-inject",
"repository": {
"type": "git",
"url": "git+https://github.com/klei/gulp-inject.git"
},
"scripts": {
"commitmsg": "commitlint -e",
"lint": "xo",
"pretest": "npm run -s lint",
"semantic-release": "semantic-release",
"test": "mocha -R spec src/**/*_test.js"
},
"version": "4.3.2",
"xo": {
"space": true,
"envs": [
"node"
],
"rules": {
"object-shorthand": [
2,
"never"
]
}
}
}