package.json 1.7 KB

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