New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

init-package-json

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

init-package-json - npm Package Compare versions

Comparing version

to
4.0.1

lib/default-input.js

61

package.json
{
"name": "init-package-json",
"version": "1.10.3",
"main": "init-package-json.js",
"version": "4.0.1",
"main": "lib/init-package-json.js",
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"release": "standard-version -s",
"test": "tap --nyc-arg=--all --coverage test"
"test": "tap",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
},

@@ -15,22 +18,32 @@ "repository": {

},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"author": "GitHub Inc.",
"license": "ISC",
"description": "A node module to get your node module started",
"dependencies": {
"glob": "^7.1.1",
"npm-package-arg": "^4.0.0 || ^5.0.0 || ^6.0.0",
"npm-package-arg": "^10.0.0",
"promzard": "^0.3.0",
"read": "~1.0.1",
"read-package-json": "1 || 2",
"semver": "2.x || 3.x || 4 || 5",
"validate-npm-package-license": "^3.0.1",
"validate-npm-package-name": "^3.0.0"
"read": "^1.0.7",
"read-package-json": "^6.0.0",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"npm": "^5.7.1",
"rimraf": "^2.1.4",
"standard-version": "^4.3.0",
"tap": "^11.1.2"
"@npmcli/config": "^6.0.0",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.6.1",
"tap": "^16.0.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"tap": {
"statements": "94",
"branches": "83",
"lines": "94",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"keywords": [

@@ -47,5 +60,9 @@ "init",

"files": [
"default-input.js",
"init-package-json.js"
]
"bin/",
"lib/"
],
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.6.1"
}
}

@@ -26,3 +26,3 @@ # init-package-json

// Any existing stuff from the package.json file is also exposed in the
// PromZard module as the `package` object. There will also be free
// PromZard module as the `package` object. There will also be three
// vars for:

@@ -29,0 +29,0 @@ // * `filename` path to the package.json file