diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json b/sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json new file mode 100644 index 00000000..0eb597ae --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json @@ -0,0 +1,33 @@ +{ + "name": "npm-install-checks", + "version": "4.0.0", + "description": "Check the engines and platform fields in package.json", + "main": "index.js", + "dependencies": { + "semver": "^7.1.1" + }, + "devDependencies": { + "tap": "^14.10.6" + }, + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags" + }, + "repository": { + "type": "git", + "url": "git://github.com/npm/npm-install-checks.git" + }, + "keywords": [ + "npm,", + "install" + ], + "license": "BSD-2-Clause", + "files": [ + "index.js" + ], + "engines": { + "node": ">=10" + } +} |