Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 2.2KB

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