cli-table-2-json
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cli-table-2-json", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert command line table output into json object", | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/", | ||
"typings.json" | ||
], | ||
"scripts": { | ||
"test": "grunt" | ||
"lint": "tslint 'src/**/*.ts'", | ||
"dependency-check": "dependency-check package.json", | ||
"build": "rimraf dist/ && tsc", | ||
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff", | ||
"test": "npm run lint && npm run build && npm run dependency-check && npm run test-spec", | ||
"bootstrap": "npm install shelljs && node scripts/bootstrap.js" | ||
}, | ||
@@ -14,3 +23,3 @@ "repository": { | ||
"keywords": [ | ||
"consul" | ||
"table" | ||
], | ||
@@ -24,14 +33,17 @@ "author": "Matthias Ludwig <mludwig@quobject.io>", | ||
"devDependencies": { | ||
"grunt-shell": "~1.1.2", | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-jshint": "~0.11.3", | ||
"mocha": "~2.3.3", | ||
"grunt-mocha-test": "~0.12.7", | ||
"should": "~7.1.0", | ||
"chai": "~3.3.0", | ||
"debug": "~2.2.0" | ||
"blue-tape": "^0.2.0", | ||
"bluebird": "^3.4.0", | ||
"dependency-check": "^2.5.1", | ||
"rimraf": "^2.5.2", | ||
"shelljs": "^0.7.0", | ||
"tap-diff": "^0.1.1", | ||
"ts-node": "^0.7.3", | ||
"tslint": "^3.10.2", | ||
"tslint-config-standard": "^1.0.0", | ||
"typescript": "^1.8.10", | ||
"typings": "^1.0.4" | ||
}, | ||
"dependencies": { | ||
"lodash": "~3.10.1" | ||
"lodash": "^4.12.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
8992
10
0
11
63
1
+ Addedlodash@4.17.21(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@^4.12.0