package.json 3.2 KB

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