You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

116 lines
3.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "find-up@^3.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/pkg-dir"
  6. ]
  7. ],
  8. "_from": "find-up@>=3.0.0 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "find-up@3.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/find-up",
  14. "_nodeVersion": "8.11.2",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/find-up_3.0.0_1529313561272_0.9299595096856903"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "5.6.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "find-up",
  27. "raw": "find-up@^3.0.0",
  28. "rawSpec": "^3.0.0",
  29. "scope": null,
  30. "spec": ">=3.0.0 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/pkg-dir",
  35. "/webpack-cli/yargs",
  36. "/yargs"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  39. "_shasum": "49169f1d7993430646da61ecc5ae355c21c97b73",
  40. "_shrinkwrap": null,
  41. "_spec": "find-up@^3.0.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/pkg-dir",
  43. "author": {
  44. "email": "sindresorhus@gmail.com",
  45. "name": "Sindre Sorhus",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/find-up/issues"
  50. },
  51. "dependencies": {
  52. "locate-path": "^3.0.0"
  53. },
  54. "description": "Find a file or directory by walking up parent directories",
  55. "devDependencies": {
  56. "ava": "*",
  57. "tempy": "^0.2.1",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "fileCount": 4,
  63. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  64. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJ3kZCRA9TVsSAnZWagAAfx0P/i+gkVWTJv3VhXz8EbEf\n3LQ9D2YyTKUseUs5GYfYEmZuJ1QpwqCADP5981jiLwl8MBL1QFq4GqIPD74/\n3XWNSff5pqGg2+/z8fIOKQVi/VcRZYKfZ3BVWMRf0kldgonCxLsQVuOoEXOQ\n90aFj9OsilQRKjwfltiFysvyPFo4rEQRiC4fh0YHant7vtUVIucCQTmWmoB+\n9y9M3nplqA7IiiCZhLX5OKqXW27FzA/em006Fi16LiA6/dOdXAgcWwn49Ha3\n1K0zfxh47sGKA/noxaxVS63h+og9XgYdhewrO7rU2zvtbwyuAgJoAPK/8448\nqk+YEpxG+YuNp4t2eU+XtS5yEKuEEC/R6f3qN7BoNkuS9EKnM56LuWj1yinQ\nyyvbtuuwFbwmtMGLCZVANiDR0+UAGpzJKW0KZs9kg9USpEfkp07oNwuLQQuw\neSdz1vblDju3Txa0N0hFHckn4B8+zyL/VQwVE1aA2bXrfLMby8k1rHQq4r3R\nwAMgU1If5UVS9obuuoYKW9B4EGBabI4o0rvKfsMMNY1+TYi3AUeFArRuYF1D\nJODWneatuNZHU06fMM7+kV5r+5aZfFfqJcbyx0Qdly12X8glIgGciAExeXtb\nB8UImgyhT0Nz2/hpSNgW/6P8+vfFze1uIodDvSezJk3b6Vc7LAH1SNy3kYKh\n9rVa\r\n=sd/n\r\n-----END PGP SIGNATURE-----\r\n",
  65. "shasum": "49169f1d7993430646da61ecc5ae355c21c97b73",
  66. "tarball": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  67. "unpackedSize": 4845
  68. },
  69. "engines": {
  70. "node": ">=6"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "2319b79a9e728fc13fc1a1a15e84bf5df100719e",
  76. "homepage": "https://github.com/sindresorhus/find-up#readme",
  77. "keywords": [
  78. "dir",
  79. "directory",
  80. "file",
  81. "find",
  82. "find-up",
  83. "findup",
  84. "folder",
  85. "look",
  86. "look-up",
  87. "match",
  88. "package",
  89. "parent",
  90. "parents",
  91. "path",
  92. "resolve",
  93. "search",
  94. "up",
  95. "walk",
  96. "walking"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. }
  104. ],
  105. "name": "find-up",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/sindresorhus/find-up.git"
  111. },
  112. "scripts": {
  113. "test": "xo && ava"
  114. },
  115. "version": "3.0.0"
  116. }