package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "read-pkg-up@1.0.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-pkg-up@1.0.1",
  10. "_id": "read-pkg-up@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
  13. "_location": "/read-pkg-up",
  14. "_phantomChildren": {
  15. "graceful-fs": "4.2.4",
  16. "load-json-file": "1.1.0",
  17. "normalize-package-data": "2.5.0",
  18. "pinkie-promise": "2.0.1"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "read-pkg-up@1.0.1",
  24. "name": "read-pkg-up",
  25. "escapedName": "read-pkg-up",
  26. "rawSpec": "1.0.1",
  27. "saveSpec": null,
  28. "fetchSpec": "1.0.1"
  29. },
  30. "_requiredBy": [
  31. "/meow"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-1.0.1.tgz",
  34. "_spec": "1.0.1",
  35. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  43. },
  44. "dependencies": {
  45. "find-up": "^1.0.0",
  46. "read-pkg": "^1.0.0"
  47. },
  48. "description": "Read the closest package.json file",
  49. "devDependencies": {
  50. "ava": "*",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  60. "keywords": [
  61. "json",
  62. "read",
  63. "parse",
  64. "file",
  65. "fs",
  66. "graceful",
  67. "load",
  68. "pkg",
  69. "package",
  70. "find",
  71. "up",
  72. "find-up",
  73. "findup",
  74. "look-up",
  75. "look",
  76. "file",
  77. "search",
  78. "match",
  79. "package",
  80. "resolve",
  81. "parent",
  82. "parents",
  83. "folder",
  84. "directory",
  85. "dir",
  86. "walk",
  87. "walking",
  88. "path"
  89. ],
  90. "license": "MIT",
  91. "name": "read-pkg-up",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "1.0.1"
  100. }