@zkochan/npm-package-arg
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@zkochan/npm-package-arg", | ||
"version": "2.0.0", | ||
"description": "Parse the things that can be arguments to `npm install`", | ||
"main": "npa.js", | ||
"engines": { | ||
"node": ">=10.13" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"npa.js" | ||
], | ||
"dependencies": { | ||
"hosted-git-info": "^3.0.4", | ||
"semver": "^7.3.2", | ||
"validate-npm-package-name": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"standard": "14.3.3", | ||
"tap": "^14.10.7" | ||
}, | ||
"scripts": { | ||
"test": "standard && tap -J --coverage test/*.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zkochan/npm-package-arg" | ||
}, | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/zkochan/npm-package-arg/issues" | ||
}, | ||
"homepage": "https://github.com/zkochan/npm-package-arg" | ||
"name": "@zkochan/npm-package-arg", | ||
"version": "2.0.1", | ||
"description": "Parse the things that can be arguments to `npm install`", | ||
"main": "npa.js", | ||
"engines": { | ||
"node": ">=10.13" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"npa.js" | ||
], | ||
"dependencies": { | ||
"hosted-git-info": "^4.0.1", | ||
"semver": "^7.3.5", | ||
"validate-npm-package-name": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"standard": "14.3.3", | ||
"tap": "^14.10.7" | ||
}, | ||
"scripts": { | ||
"test": "standard && tap -J --coverage test/*.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zkochan/npm-package-arg" | ||
}, | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/zkochan/npm-package-arg/issues" | ||
}, | ||
"homepage": "https://github.com/zkochan/npm-package-arg" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13799
+ Addedhosted-git-info@4.1.0(transitive)
- Removedhosted-git-info@3.0.8(transitive)
Updatedhosted-git-info@^4.0.1
Updatedsemver@^7.3.5