You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

whistle.combo

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whistle.combo - npm Package Compare versions

Comparing version

to
1.0.0

.editorconfig

40

package.json
{
"name": "whistle.combo",
"version": "0.0.0"
}
"name": "whistle.combo",
"description": "combo for whistle",
"version": "1.0.0",
"main": "lib/index.js",
"author": "jwlin <eagleking0213@gmail.com>",
"contributors": [],
"license": "MIT",
"keywords": [
"combo",
"whistle"
],
"homepage": "https://github.com/whistle-plugins/whistle.combo",
"repository": {
"type": "git",
"url": "https://github.com/whistle-plugins/whistle.combo.git"
},
"dependencies": {
"co-fs": "^1.2.0",
"merge": "^1.2.0",
"pfork": "^0.1.3",
"q": "^1.4.1",
"tianma": "^1.0.0",
"tianma-combo": "^1.0.1",
"tianma-static": "^1.0.0"
},
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.16.1",
"eslint-config-imweb": "^0.1.0"
},
"scripts": {
"lint": "eslint *.js lib test"
}
}