package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "infer-owner@1.0.4",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  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. "/compression-webpack-plugin/cacache"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/infer-owner/download/infer-owner-1.0.4.tgz",
  31. "_spec": "1.0.4",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "https://izs.me"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/infer-owner/issues"
  40. },
  41. "description": "Infer the owner of a path based on the owner of its nearest existing parent",
  42. "devDependencies": {
  43. "mutate-fs": "^2.1.1",
  44. "tap": "^12.4.2"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/npm/infer-owner#readme",
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "infer-owner",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/npm/infer-owner.git"
  59. },
  60. "scripts": {
  61. "postpublish": "git push origin --follow-tags",
  62. "postversion": "npm publish",
  63. "preversion": "npm test",
  64. "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
  65. "test": "tap -J test/*.js --100"
  66. },
  67. "version": "1.0.4"
  68. }