package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "expand-tilde@1.2.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expand-tilde@1.2.2",
  10. "_id": "expand-tilde@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=",
  13. "_location": "/expand-tilde",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "expand-tilde@1.2.2",
  19. "name": "expand-tilde",
  20. "escapedName": "expand-tilde",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/fined",
  27. "/resolve-dir"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
  30. "_spec": "1.2.2",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/expand-tilde/issues"
  38. },
  39. "dependencies": {
  40. "os-homedir": "^1.0.1"
  41. },
  42. "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.",
  43. "devDependencies": {
  44. "gulp-format-md": "^0.1.9",
  45. "is-windows": "^0.2.0",
  46. "mocha": "^2.5.3"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/expand-tilde",
  55. "keywords": [
  56. "cwd",
  57. "expand",
  58. "expansion",
  59. "filepath",
  60. "home",
  61. "path",
  62. "pwd",
  63. "tilde",
  64. "user",
  65. "userhome"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "expand-tilde",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/expand-tilde.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "run": true,
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "related": {
  88. "list": [
  89. "micromatch",
  90. "braces",
  91. "expand-brackets",
  92. "is-glob"
  93. ]
  94. },
  95. "reflinks": [
  96. "verb"
  97. ],
  98. "lint": {
  99. "reflinks": true
  100. }
  101. },
  102. "version": "1.2.2"
  103. }