package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/cacache",
  20. "/tar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
  23. "_shasum": "15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece",
  24. "_spec": "chownr@^2.0.0",
  25. "_where": "/Users/jane/myproject/node_modules/cacache",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/chownr/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "like `chown -R`",
  37. "devDependencies": {
  38. "mkdirp": "0.3",
  39. "rimraf": "^2.7.1",
  40. "tap": "^14.10.6"
  41. },
  42. "engines": {
  43. "node": ">=10"
  44. },
  45. "files": [
  46. "chownr.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/chownr#readme",
  49. "license": "ISC",
  50. "main": "chownr.js",
  51. "name": "chownr",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/chownr.git"
  55. },
  56. "scripts": {
  57. "postversion": "npm publish",
  58. "prepublishOnly": "git push origin --follow-tags",
  59. "preversion": "npm test",
  60. "test": "tap"
  61. },
  62. "tap": {
  63. "check-coverage": true
  64. },
  65. "version": "2.0.0"
  66. }