package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "chownr@^1.1.1",
  3. "_id": "chownr@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  6. "_location": "/chownr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chownr@^1.1.1",
  12. "name": "chownr",
  13. "escapedName": "chownr",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/tar-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  22. "_shasum": "6fc9d7b42d32a583596337666e7d08084da2cc6b",
  23. "_spec": "chownr@^1.1.1",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\tar-fs",
  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. "files": [
  42. "chownr.js"
  43. ],
  44. "homepage": "https://github.com/isaacs/chownr#readme",
  45. "license": "ISC",
  46. "main": "chownr.js",
  47. "name": "chownr",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/isaacs/chownr.git"
  51. },
  52. "scripts": {
  53. "postversion": "npm publish",
  54. "prepublishOnly": "git push origin --follow-tags",
  55. "preversion": "npm test",
  56. "test": "tap"
  57. },
  58. "tap": {
  59. "check-coverage": true
  60. },
  61. "version": "1.1.4"
  62. }