aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json
diff options
context:
space:
mode:
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.json33
1 files changed, 0 insertions, 33 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
deleted file mode 100644
index 0eb597ae..00000000
--- a/sandbox/testAppNevena/Front/node_modules/npm-install-checks/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "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"
- }
-}