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.

130 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "expand-tilde@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/resolve-dir"
  6. ]
  7. ],
  8. "_from": "expand-tilde@>=2.0.0 <3.0.0",
  9. "_id": "expand-tilde@2.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/expand-tilde",
  13. "_nodeVersion": "5.1.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/expand-tilde-2.0.2.tgz_1481174955304_0.04378351103514433"
  17. },
  18. "_npmUser": {
  19. "email": "brian.woodward@gmail.com",
  20. "name": "doowb"
  21. },
  22. "_npmVersion": "3.7.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "expand-tilde",
  26. "raw": "expand-tilde@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/global-prefix",
  34. "/resolve-dir"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
  37. "_shasum": "97e801aa052df02454de46b02bf621642cdc8502",
  38. "_shrinkwrap": null,
  39. "_spec": "expand-tilde@^2.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/resolve-dir",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/expand-tilde/issues"
  47. },
  48. "dependencies": {
  49. "homedir-polyfill": "^1.0.1"
  50. },
  51. "description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
  52. "devDependencies": {
  53. "gulp-format-md": "^0.1.9",
  54. "is-windows": "^0.2.0",
  55. "mocha": "^2.5.3"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "97e801aa052df02454de46b02bf621642cdc8502",
  60. "tarball": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "2389f5d93903c43bc26ed57b02a24b432d1dee89",
  69. "homepage": "https://github.com/jonschlinkert/expand-tilde",
  70. "keywords": [
  71. "cwd",
  72. "expand",
  73. "expansion",
  74. "filepath",
  75. "home",
  76. "path",
  77. "pwd",
  78. "tilde",
  79. "user",
  80. "userhome"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "doowb",
  87. "email": "brian.woodward@gmail.com"
  88. },
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "expand-tilde",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/expand-tilde.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "layout": "default",
  106. "lint": {
  107. "reflinks": true
  108. },
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "reflinks": [
  113. "verb"
  114. ],
  115. "related": {
  116. "list": [
  117. "braces",
  118. "expand-brackets",
  119. "is-glob",
  120. "micromatch"
  121. ]
  122. },
  123. "run": true,
  124. "tasks": [
  125. "readme"
  126. ],
  127. "toc": false
  128. },
  129. "version": "2.0.2"
  130. }