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 --- .../node_modules/@npmcli/run-script/package.json | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 sandbox/testAppNevena/Front/node_modules/@npmcli/run-script/package.json (limited to 'sandbox/testAppNevena/Front/node_modules/@npmcli/run-script/package.json') diff --git a/sandbox/testAppNevena/Front/node_modules/@npmcli/run-script/package.json b/sandbox/testAppNevena/Front/node_modules/@npmcli/run-script/package.json new file mode 100644 index 00000000..9e744e63 --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/@npmcli/run-script/package.json @@ -0,0 +1,45 @@ +{ + "name": "@npmcli/run-script", + "version": "2.0.0", + "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", + "author": "Isaac Z. Schlueter (https://izs.me)", + "license": "ISC", + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "eslint": "eslint", + "lint": "npm run eslint -- \"lib/**/*.js\"", + "lintfix": "npm run lint -- --fix" + }, + "tap": { + "check-coverage": true, + "coverage-map": "map.js" + }, + "devDependencies": { + "eslint": "^7.19.0", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^5.0.0", + "minipass": "^3.1.1", + "require-inject": "^1.4.4", + "tap": "^15.0.4" + }, + "dependencies": { + "@npmcli/node-gyp": "^1.0.2", + "@npmcli/promise-spawn": "^1.3.2", + "node-gyp": "^8.2.0", + "read-package-json-fast": "^2.0.1" + }, + "files": [ + "lib/**/*.js", + "lib/node-gyp-bin" + ], + "main": "lib/run-script.js", + "repository": { + "type": "git", + "url": "git+https://github.com/npm/run-script.git" + } +} -- cgit v1.2.3