package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@npmcli/move-file@1.1.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  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. "glob": "7.1.6"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@npmcli/move-file@1.1.2",
  21. "name": "@npmcli/move-file",
  22. "escapedName": "@npmcli%2fmove-file",
  23. "scope": "@npmcli",
  24. "rawSpec": "1.1.2",
  25. "saveSpec": null,
  26. "fetchSpec": "1.1.2"
  27. },
  28. "_requiredBy": [
  29. "/compression-webpack-plugin/cacache"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@npmcli/move-file/-/move-file-1.1.2.tgz",
  32. "_spec": "1.1.2",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "bugs": {
  35. "url": "https://github.com/npm/move-file/issues"
  36. },
  37. "dependencies": {
  38. "mkdirp": "^1.0.4",
  39. "rimraf": "^3.0.2"
  40. },
  41. "description": "move a file (fork of move-file)",
  42. "devDependencies": {
  43. "require-inject": "^1.4.4",
  44. "tap": "^14.10.7"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/npm/move-file#readme",
  53. "license": "MIT",
  54. "name": "@npmcli/move-file",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/npm/move-file.git"
  58. },
  59. "scripts": {
  60. "postversion": "npm publish",
  61. "prepublishOnly": "git push origin --follow-tags",
  62. "preversion": "npm test",
  63. "snap": "tap",
  64. "test": "tap"
  65. },
  66. "tap": {
  67. "check-coverage": true
  68. },
  69. "version": "1.1.2"
  70. }