package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "read-pkg-up@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-pkg-up@3.0.0",
  10. "_id": "read-pkg-up@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
  13. "_location": "/read-pkg-up",
  14. "_phantomChildren": {
  15. "load-json-file": "4.0.0",
  16. "normalize-package-data": "2.5.0",
  17. "path-type": "3.0.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "read-pkg-up@3.0.0",
  23. "name": "read-pkg-up",
  24. "escapedName": "read-pkg-up",
  25. "rawSpec": "3.0.0",
  26. "saveSpec": null,
  27. "fetchSpec": "3.0.0"
  28. },
  29. "_requiredBy": [
  30. "/eslint-plugin-import"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-3.0.0.tgz?cache=0&sync_timestamp=1616916249599&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fread-pkg-up%2Fdownload%2Fread-pkg-up-3.0.0.tgz",
  33. "_spec": "3.0.0",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  42. },
  43. "dependencies": {
  44. "find-up": "^2.0.0",
  45. "read-pkg": "^3.0.0"
  46. },
  47. "description": "Read the closest package.json file",
  48. "devDependencies": {
  49. "ava": "*",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  59. "keywords": [
  60. "json",
  61. "read",
  62. "parse",
  63. "file",
  64. "fs",
  65. "graceful",
  66. "load",
  67. "pkg",
  68. "package",
  69. "find",
  70. "up",
  71. "find-up",
  72. "findup",
  73. "look-up",
  74. "look",
  75. "search",
  76. "match",
  77. "resolve",
  78. "parent",
  79. "parents",
  80. "folder",
  81. "directory",
  82. "dir",
  83. "walk",
  84. "walking",
  85. "path"
  86. ],
  87. "license": "MIT",
  88. "name": "read-pkg-up",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "3.0.0"
  97. }