diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-01 22:05:25 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-01 22:05:25 +0100 |
commit | 6555fb80fdd8f6a5d201efadec3189d1244830a0 (patch) | |
tree | c1aa1c5aedc634ad1ea7fad4847884d559b51290 /sandbox/testAppNevena/Front/node_modules/@npmcli/move-file/package.json | |
parent | 7d3640f824f46490b47bd95f1c5a16644f712068 (diff) |
Izbrisala bin, obj i node-modules.
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@npmcli/move-file/package.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@npmcli/move-file/package.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@npmcli/move-file/package.json b/sandbox/testAppNevena/Front/node_modules/@npmcli/move-file/package.json deleted file mode 100644 index 0c066dbc..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@npmcli/move-file/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@npmcli/move-file", - "version": "1.1.2", - "files": [ - "index.js" - ], - "description": "move a file (fork of move-file)", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "devDependencies": { - "require-inject": "^1.4.4", - "tap": "^14.10.7" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/npm/move-file" - }, - "tap": { - "check-coverage": true - }, - "license": "MIT", - "engines": { - "node": ">=10" - } -} |