package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "infer-owner@1.0.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  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. "/cacache"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/infer-owner/download/infer-owner-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "https://izs.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/infer-owner/issues"
  38. },
  39. "description": "Infer the owner of a path based on the owner of its nearest existing parent",
  40. "devDependencies": {
  41. "mutate-fs": "^2.1.1",
  42. "tap": "^12.4.2"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/npm/infer-owner#readme",
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "infer-owner",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/npm/infer-owner.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --follow-tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
  63. "test": "tap -J test/*.js --100"
  64. },
  65. "version": "1.0.4"
  66. }