package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "infer-owner@^1.0.4",
  3. "_id": "infer-owner@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
  6. "_location": "/infer-owner",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "infer-owner@^1.0.4",
  12. "name": "infer-owner",
  13. "escapedName": "infer-owner",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/webpack/cacache"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  23. "_shasum": "c4cefcaa8e51051c2a40ba2ce8a3d27295af9467",
  24. "_spec": "infer-owner@^1.0.4",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cacache",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "https://izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/infer-owner/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Infer the owner of a path based on the owner of its nearest existing parent",
  37. "devDependencies": {
  38. "mutate-fs": "^2.1.1",
  39. "tap": "^12.4.2"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/npm/infer-owner#readme",
  45. "license": "ISC",
  46. "main": "index.js",
  47. "name": "infer-owner",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/npm/infer-owner.git"
  54. },
  55. "scripts": {
  56. "postpublish": "git push origin --follow-tags",
  57. "postversion": "npm publish",
  58. "preversion": "npm test",
  59. "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
  60. "test": "tap -J test/*.js --100"
  61. },
  62. "version": "1.0.4"
  63. }