Socket
Socket
Sign inDemoInstall

groundwork

Package Overview
Dependencies
30
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.1.0

lib/bin.js

72

package.json
{
"name": "groundwork",
"version": "0.0.5",
"description": "Vagrantfile helper for provisioning VMs",
"homepage": "https://github.com/groundworkjs",
"preferGlobal": true,
"bin": {
"groundwork": "bin/groundwork"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test:coverage": "istanbul cover _mocha -- --reporter dot --check-leaks test/",
"test:travis": "istanbul cover _mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"repository": "groundworkjs/groundwork",
"keywords": [
"vagrantfile",
"vagrant",
"generator"
],
"description": "Scaffold out any project quickly",
"version": "0.1.0",
"repository": "aniftyco/groundwork",
"author": {
"name": "We're Bold",
"email": "support@werebold.com",
"homepage": "https://www.werebold.com"
"name": "Nifty Development, LLC",
"email": "support@aniftyco.com",
"url": "https://aniftyco.com"
},

@@ -29,27 +14,34 @@ "contributors": [

"name": "Josh Manders",
"homepage": "https://certifiedweb.ninja"
"url": "https://twitter.com/joshmanders"
}
],
"license": "MIT",
"scripts": {
"build": "tsc"
},
"files": [
"lib"
],
"bin": "lib/bin.js",
"devDependencies": {
"chai": "3.1.0",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"standard": "4.5.4"
"@types/chalk": "^2.2.0",
"@types/jest": "^26.0.5",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^1.0.1",
"@types/node": "^12.12.51",
"@types/ora": "^3.2.0",
"@types/tar": "^4.0.3",
"eslint": "^7.5.0",
"eslint-config-nifty": "^3.0.0-rc.8",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7"
},
"standard": {
"global": [
"describe",
"it",
"before"
]
},
"dependencies": {
"bluebird": "2.9.34",
"class-extend": "0.1.1",
"commander": "2.8.1",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"request": "2.60.0"
"chalk": "^4.1.0",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"ora": "^4.0.5",
"tar": "^6.0.2"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc