package.json 1.6 KB

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