This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/@npmcli/move-file/package.json
2020-11-01 22:46:04 +00:00

34 lines
641 B
JSON

{
"name": "@npmcli/move-file",
"version": "1.0.1",
"files": [
"index.js"
],
"description": "move a file (fork of move-file)",
"dependencies": {
"mkdirp": "^1.0.4"
},
"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"
}
}