Files
enviPy-bayer/static/js/ketcher2/node_modules/gulp-spawn/package.json
2025-06-23 20:13:54 +02:00

87 lines
2.1 KiB
JSON

{
"_from": "gulp-spawn@^0.3.0",
"_id": "gulp-spawn@0.3.0",
"_inBundle": false,
"_integrity": "sha1-Qg+qjQcOy2DLgxYAKTayVCOcVuw=",
"_location": "/gulp-spawn",
"_phantomChildren": {
"clone-stats": "0.0.1",
"core-util-is": "1.0.2",
"escape-string-regexp": "1.0.5",
"get-stdin": "4.0.1",
"inherits": "2.0.3",
"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",
"multipipe": "0.1.2",
"string_decoder": "0.10.31"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-spawn@^0.3.0",
"name": "gulp-spawn",
"escapedName": "gulp-spawn",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/gulp-iconfont"
],
"_resolved": "https://registry.npmjs.org/gulp-spawn/-/gulp-spawn-0.3.0.tgz",
"_shasum": "420faa8d070ecb60cb8316002936b254239c56ec",
"_spec": "gulp-spawn@^0.3.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-iconfont",
"author": {
"name": "Hector Parra",
"url": "http://hectorparra.com/"
},
"bugs": {
"url": "https://github.com/hparra/gulp-spawn/issues"
},
"bundleDependencies": false,
"dependencies": {
"gulp-util": "~2.2.14",
"plexer": "0.0.1"
},
"deprecated": false,
"description": "spawn plugin for gulp",
"devDependencies": {
"event-stream": "~3.1.0",
"mocha": "*"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/hparra/gulp-spawn",
"keywords": [
"gulpplugin",
"spawn",
"cli",
"shell",
"exec"
],
"licenses": [
{
"type": "MIT"
}
],
"main": "./index.js",
"name": "gulp-spawn",
"repository": {
"type": "git",
"url": "git://github.com/hparra/gulp-spawn.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/*.js"
},
"version": "0.3.0"
}