package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "chownr@2.0.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chownr@2.0.0",
  10. "_id": "chownr@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
  13. "_location": "/chownr",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chownr@2.0.0",
  19. "name": "chownr",
  20. "escapedName": "chownr",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/tar"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/chownr/issues"
  39. },
  40. "description": "like `chown -R`",
  41. "devDependencies": {
  42. "mkdirp": "0.3",
  43. "rimraf": "^2.7.1",
  44. "tap": "^14.10.6"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "chownr.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/chownr#readme",
  53. "license": "ISC",
  54. "main": "chownr.js",
  55. "name": "chownr",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/chownr.git"
  59. },
  60. "scripts": {
  61. "postversion": "npm publish",
  62. "prepublishOnly": "git push origin --follow-tags",
  63. "preversion": "npm test",
  64. "test": "tap"
  65. },
  66. "tap": {
  67. "check-coverage": true
  68. },
  69. "version": "2.0.0"
  70. }