package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "find-root@1.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-root@1.1.0",
  10. "_id": "find-root@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-q8/Iunb3CMQql7PWhbfpRQv7nOQ=",
  13. "_location": "/find-root",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-root@1.1.0",
  19. "name": "find-root",
  20. "escapedName": "find-root",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-import-resolver-webpack"
  27. ],
  28. "_resolved": "https://registry.nlark.com/find-root/download/find-root-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "jsdnxx"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/js-n/find-root/issues"
  36. },
  37. "description": "find the closest package.json",
  38. "devDependencies": {
  39. "chai": "^4.0.2",
  40. "mocha": "^3.4.2",
  41. "moquire": "^1.5.5",
  42. "standard": "^10.0.2"
  43. },
  44. "homepage": "https://github.com/js-n/find-root#readme",
  45. "keywords": [
  46. "fs",
  47. "get",
  48. "find",
  49. "closest",
  50. "package",
  51. "module",
  52. "base",
  53. "root"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "find-root",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/js-n/find-root.git"
  61. },
  62. "scripts": {
  63. "pretest": "standard",
  64. "test": "mocha"
  65. },
  66. "version": "1.1.0"
  67. }