From 291803c31f829fe0d32bb3207bc11def95a7408c Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 20:05:50 +0100 Subject: Urađena test aplikacija. Povezan front i back. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Front/node_modules/npmlog/package.json | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 sandbox/testAppNevena/Front/node_modules/npmlog/package.json (limited to 'sandbox/testAppNevena/Front/node_modules/npmlog/package.json') diff --git a/sandbox/testAppNevena/Front/node_modules/npmlog/package.json b/sandbox/testAppNevena/Front/node_modules/npmlog/package.json new file mode 100644 index 00000000..cf38f7fc --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/npmlog/package.json @@ -0,0 +1,49 @@ +{ + "author": "GitHub Inc.", + "name": "npmlog", + "description": "logger for npm", + "version": "6.0.1", + "repository": { + "type": "git", + "url": "https://github.com/npm/npmlog.git" + }, + "main": "lib/log.js", + "files": [ + "bin", + "lib" + ], + "scripts": { + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint '**/*.js'", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "postlint": "npm-template-check", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "template-copy": "npm-template-copy --force" + }, + "dependencies": { + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.0", + "set-blocking": "^2.0.0" + }, + "devDependencies": { + "@npmcli/template-oss": "^2.7.1", + "tap": "^15.1.6" + }, + "license": "ISC", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16" + }, + "tap": { + "branches": 95 + }, + "templateOSS": { + "version": "2.7.1" + } +} -- cgit v1.2.3