package.json 1.7 KB

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