package.json 2.1 KB

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