Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghost-cli

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-cli - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0-alpha.1

lib/cli.js

76

package.json
{
"author": "Jeff Douglas <jeff@jeffdouglas.com> (http://blog.jeffdouglas.com)",
"name": "ghost-cli",
"description": "A cli for ghost in node",
"version": "0.0.2",
"private": false,
"version": "1.0.0-alpha.1",
"description": "Just a CLI manager (for a blogging platform)",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",
"keywords": [
"ghost",
"cli"
],
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/Ghost-CLI/"
},
"bugs": "https://github.com/TryGhost/Ghost-CLI/issues",
"contributors": "https://github.com/TryGhost/Ghost-CLI/graphs/contributors",
"license": "MIT",
"main": "lib/cli.js",
"bin": {
"ghost": "./bin/ghost"
},
"scripts": {
"lint": "jshint bin lib test && jscs bin lib test",
"test:unit": "istanbul cover _mocha test/unit/**/*-spec.js",
"test:acceptance": "mocha test/acceptance/**/*-spec.js",
"test:all": "npm run test:unit && npm run test:acceptance",
"test": "npm run lint && npm run test:all"
},
"engines": {
"node": "~0.12.0 || ^4.2.0 || ^6.5.0"
},
"preferGlobal": true,
"dependencies": {
"commander": "~2.1.0",
"q": "~0.9.7",
"lodash": "~2.4.1",
"moment": "~2.6.0",
"graceful-fs": "~2.0.3",
"cloudinary": "~1.0.9",
"request": "~2.36.0",
"replace": "~0.2.9"
"bluebird": "3.4.6",
"chalk": "1.1.3",
"cli-cursor": "1.0.2",
"cli-spinners": "0.3.0",
"commander": "2.9.0",
"core-object": "2.0.6",
"fkill": "3.1.0",
"fs-extra": "0.30.0",
"inquirer": "1.1.3",
"lodash": "4.16.0",
"log-symbols": "1.0.2",
"npm": "2.15.9",
"semver": "5.3.0",
"symlink-or-copy": "1.1.6",
"update-notifier": "1.0.2",
"validator": "5.7.0"
},
"devDependencies": {
"chai": "3.5.0",
"istanbul": "0.4.5",
"jscs": "3.0.7",
"jshint": "2.9.3",
"mocha": "3.0.2",
"rewire": "2.5.2",
"sinon": "1.17.6"
},
"greenkeeper": {
"ignore": [
"npm"
]
}
}
.npmignore

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc