Changeset 59329aa for trip-planner-front/node_modules/@npmcli/move-file
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@npmcli/move-file/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@npmcli/move-file", 3 "version": "1.1.2", 4 "files": [ 5 "index.js" 2 "_args": [ 3 [ 4 "@npmcli/move-file@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 6 7 ], 7 "description": "move a file (fork of move-file)", 8 "_development": true, 9 "_from": "@npmcli/move-file@1.1.2", 10 "_id": "@npmcli/move-file@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", 13 "_location": "/@npmcli/move-file", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@npmcli/move-file@1.1.2", 19 "name": "@npmcli/move-file", 20 "escapedName": "@npmcli%2fmove-file", 21 "scope": "@npmcli", 22 "rawSpec": "1.1.2", 23 "saveSpec": null, 24 "fetchSpec": "1.1.2" 25 }, 26 "_requiredBy": [ 27 "/cacache" 28 ], 29 "_resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", 30 "_spec": "1.1.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/npm/move-file/issues" 34 }, 8 35 "dependencies": { 9 36 "mkdirp": "^1.0.4", 10 37 "rimraf": "^3.0.2" 11 38 }, 39 "description": "move a file (fork of move-file)", 12 40 "devDependencies": { 13 41 "require-inject": "^1.4.4", 14 42 "tap": "^14.10.7" 15 43 }, 16 "scripts": { 17 "test": "tap", 18 "snap": "tap", 19 "preversion": "npm test", 20 "postversion": "npm publish", 21 "prepublishOnly": "git push origin --follow-tags" 44 "engines": { 45 "node": ">=10" 22 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "homepage": "https://github.com/npm/move-file#readme", 51 "license": "MIT", 52 "name": "@npmcli/move-file", 23 53 "repository": { 24 54 "type": "git", 25 "url": "git+https://github.com/npm/move-file" 55 "url": "git+https://github.com/npm/move-file.git" 56 }, 57 "scripts": { 58 "postversion": "npm publish", 59 "prepublishOnly": "git push origin --follow-tags", 60 "preversion": "npm test", 61 "snap": "tap", 62 "test": "tap" 26 63 }, 27 64 "tap": { 28 65 "check-coverage": true 29 66 }, 30 "license": "MIT", 31 "engines": { 32 "node": ">=10" 33 } 67 "version": "1.1.2" 34 68 }
Note:
See TracChangeset
for help on using the changeset viewer.