package.json 1.6 KB

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