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.

154 lines
4.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "normalize-path@^3.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/chokidar"
  6. ]
  7. ],
  8. "_from": "normalize-path@>=3.0.0 <4.0.0",
  9. "_id": "normalize-path@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/normalize-path",
  13. "_nodeVersion": "9.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/normalize-path_3.0.0_1524149687530_0.3686172043068001"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.8.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "normalize-path",
  26. "raw": "normalize-path@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/chokidar"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  36. "_shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  37. "_shrinkwrap": null,
  38. "_spec": "normalize-path@^3.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/chokidar",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Blaine Bublitz",
  50. "url": "https://twitter.com/BlaineBublitz"
  51. },
  52. {
  53. "name": "Jon Schlinkert",
  54. "url": "http://twitter.com/jonschlinkert"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
  59. "devDependencies": {
  60. "gulp-format-md": "^1.0.0",
  61. "minimist": "^1.2.0",
  62. "mocha": "^3.5.3"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "fileCount": 4,
  67. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  68. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2K24CRA9TVsSAnZWagAAdR8P/R4ubfpxtTGUUKJcaehy\nyZ+sUPoy4dsPEGTHneRUd4NtcK3SibgO9jXUOl/XBk3Yt6XtShZSiaa0mRax\nD0kIOVVreql7kL6QESkW7xeGFRUc5ANGoWufoOUUfbQOVw7PJCLoxaFdkvh+\njyi4Ef1FIhwT6bnr/73lmK8cb6EJS9jfq7Bby3sL/LSGbAyhA/tRpMAHxhfl\n+uMytQhc/7gPq1fIXL3dkfbrgyIS5nM1oIJCj9pFPy8zljN84tQRczPKFPnE\nKRQxwe9F4uRNtFkWWvyqwrMQtP8wRNVQuyUXGynzHkcIRJaIGKoWqhLjEK9C\nyMLVvhXNK7KXWlWJ7ePLK0jQPAaTNZBjcEFxuOlgxUrJIWnosqY0eWdTaj8D\nZzbYZh8v21ZVbpJ/xma1s0tTifql2+OHoiVZm35RLaRng6pqpWt9ZzwyVenY\n529WrHOyH2DGGrKx8EIN4E/nriZsn+mBx3zM+XR07eL/V2NumPtTUq27+bpy\nDQp5lyt9f2IjXbEWF7KMx6Sv1uega7EuPN/zxZBUQwYVE5jkJ8hYAyO4Kluh\nBDR1xk+T0fPoLEHMayYdtasiJN0WvSJ4HeBNbcuzhTnTeGACdZjJmMa93Mu0\nmSHhfkJ8UThy9odceZvrTdsEGESV082ujONOE8fIlEShmjVxtN0gTgcftH3T\nfY0I\r\n=iebM\r\n-----END PGP SIGNATURE-----\r\n",
  69. "shasum": "0dcd69ff23a1c9b11fd0978316644a0388216a65",
  70. "tarball": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  71. "unpackedSize": 9219
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "0979eb807a1725d83d5a996347d41067cf773d1f",
  80. "homepage": "https://github.com/jonschlinkert/normalize-path",
  81. "keywords": [
  82. "absolute",
  83. "backslash",
  84. "delimiter",
  85. "file",
  86. "file-path",
  87. "filepath",
  88. "fix",
  89. "forward",
  90. "fp",
  91. "fs",
  92. "normalize",
  93. "path",
  94. "relative",
  95. "separator",
  96. "slash",
  97. "slashes",
  98. "trailing",
  99. "unix",
  100. "urix"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "maintainers": [
  105. {
  106. "name": "doowb",
  107. "email": "brian.woodward@gmail.com"
  108. },
  109. {
  110. "name": "jonschlinkert",
  111. "email": "github@sellside.com"
  112. },
  113. {
  114. "name": "phated",
  115. "email": "blaine.bublitz@gmail.com"
  116. }
  117. ],
  118. "name": "normalize-path",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  124. },
  125. "scripts": {
  126. "test": "mocha"
  127. },
  128. "verb": {
  129. "layout": "default",
  130. "lint": {
  131. "reflinks": true
  132. },
  133. "plugins": [
  134. "gulp-format-md"
  135. ],
  136. "related": {
  137. "description": "Other useful path-related libraries:",
  138. "list": [
  139. "contains-path",
  140. "is-absolute",
  141. "is-relative",
  142. "parse-filepath",
  143. "path-ends-with",
  144. "path-ends-with",
  145. "unixify"
  146. ]
  147. },
  148. "tasks": [
  149. "readme"
  150. ],
  151. "toc": false
  152. },
  153. "version": "3.0.0"
  154. }