package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "/cacache",
  20. "/copy-webpack-plugin/cacache"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  23. "_shasum": "6fc9d7b42d32a583596337666e7d08084da2cc6b",
  24. "_spec": "chownr@^1.1.1",
  25. "_where": "D:\\jiayue\\pig-ui\\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. "files": [
  43. "chownr.js"
  44. ],
  45. "homepage": "https://github.com/isaacs/chownr#readme",
  46. "license": "ISC",
  47. "main": "chownr.js",
  48. "name": "chownr",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/isaacs/chownr.git"
  52. },
  53. "scripts": {
  54. "postversion": "npm publish",
  55. "prepublishOnly": "git push origin --follow-tags",
  56. "preversion": "npm test",
  57. "test": "tap"
  58. },
  59. "tap": {
  60. "check-coverage": true
  61. },
  62. "version": "1.1.4"
  63. }