package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "pkg-up@^3.1.0",
  3. "_id": "pkg-up@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  6. "_location": "/pkg-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pkg-up@^3.1.0",
  12. "name": "pkg-up",
  13. "escapedName": "pkg-up",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/conf"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/pkg-up/-/pkg-up-3.1.0.tgz",
  22. "_shasum": "100ec235cc150e4fd42519412596a28512a0def5",
  23. "_spec": "pkg-up@^3.1.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/conf",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/pkg-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "find-up": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Find the closest package.json file",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/pkg-up#readme",
  52. "keywords": [
  53. "pkg",
  54. "package",
  55. "file",
  56. "find",
  57. "up",
  58. "find-up",
  59. "findup",
  60. "look-up",
  61. "look",
  62. "search",
  63. "match",
  64. "resolve",
  65. "parent",
  66. "parents",
  67. "folder",
  68. "directory",
  69. "dir",
  70. "walk",
  71. "walking",
  72. "path"
  73. ],
  74. "license": "MIT",
  75. "name": "pkg-up",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/pkg-up.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava && tsd"
  82. },
  83. "version": "3.1.0"
  84. }