forked from enviPath/enviPy
Current Dev State
This commit is contained in:
86
static/js/ketcher2/node_modules/gulp-spawn/package.json
generated
vendored
Normal file
86
static/js/ketcher2/node_modules/gulp-spawn/package.json
generated
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user