package.json 1.6 KB

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