選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "infer-owner@^1.0.3",
  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.3",
  12. "name": "infer-owner",
  13. "escapedName": "infer-owner",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/cacache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  22. "_shasum": "c4cefcaa8e51051c2a40ba2ce8a3d27295af9467",
  23. "_spec": "infer-owner@^1.0.3",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cacache",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "https://izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/infer-owner/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Infer the owner of a path based on the owner of its nearest existing parent",
  36. "devDependencies": {
  37. "mutate-fs": "^2.1.1",
  38. "tap": "^12.4.2"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/npm/infer-owner#readme",
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "infer-owner",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/npm/infer-owner.git"
  53. },
  54. "scripts": {
  55. "postpublish": "git push origin --follow-tags",
  56. "postversion": "npm publish",
  57. "preversion": "npm test",
  58. "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
  59. "test": "tap -J test/*.js --100"
  60. },
  61. "version": "1.0.4"
  62. }