package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@npmcli/move-file@^1.0.1",
  3. "_id": "@npmcli/move-file@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
  6. "_location": "/@npmcli/move-file",
  7. "_phantomChildren": {
  8. "glob": "7.2.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "@npmcli/move-file@^1.0.1",
  14. "name": "@npmcli/move-file",
  15. "escapedName": "@npmcli%2fmove-file",
  16. "scope": "@npmcli",
  17. "rawSpec": "^1.0.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.0.1"
  20. },
  21. "_requiredBy": [
  22. "/cacache"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
  25. "_shasum": "1a82c3e372f7cae9253eb66d72543d6b8685c674",
  26. "_spec": "@npmcli/move-file@^1.0.1",
  27. "_where": "H:\\gs_nuxt\\node_modules\\cacache",
  28. "bugs": {
  29. "url": "https://github.com/npm/move-file/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "mkdirp": "^1.0.4",
  34. "rimraf": "^3.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "move a file (fork of move-file)",
  38. "devDependencies": {
  39. "require-inject": "^1.4.4",
  40. "tap": "^14.10.7"
  41. },
  42. "engines": {
  43. "node": ">=10"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/npm/move-file#readme",
  49. "license": "MIT",
  50. "name": "@npmcli/move-file",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/npm/move-file.git"
  54. },
  55. "scripts": {
  56. "postversion": "npm publish",
  57. "prepublishOnly": "git push origin --follow-tags",
  58. "preversion": "npm test",
  59. "snap": "tap",
  60. "test": "tap"
  61. },
  62. "tap": {
  63. "check-coverage": true
  64. },
  65. "version": "1.1.2"
  66. }