package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "tildify@^1.0.0",
  6. "scope": null,
  7. "escapedName": "tildify",
  8. "name": "tildify",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "tildify@>=1.0.0 <2.0.0",
  17. "_id": "tildify@1.2.0",
  18. "_inCache": true,
  19. "_location": "/tildify",
  20. "_nodeVersion": "4.4.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/tildify-1.2.0.tgz_1460447164123_0.6345257461071014"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "tildify@^1.0.0",
  33. "scope": null,
  34. "escapedName": "tildify",
  35. "name": "tildify",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gulp"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
  44. "_shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a",
  45. "_shrinkwrap": null,
  46. "_spec": "tildify@^1.0.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/tildify/issues"
  55. },
  56. "dependencies": {
  57. "os-homedir": "^1.0.0"
  58. },
  59. "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
  60. "devDependencies": {
  61. "ava": "*",
  62. "xo": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a",
  67. "tarball": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "c323a7ebf1098dfbf3e333a93c3f0c51c6ca48e0",
  76. "homepage": "https://github.com/sindresorhus/tildify#readme",
  77. "keywords": [
  78. "unexpand",
  79. "homedir",
  80. "tilde",
  81. "tildify",
  82. "collapse",
  83. "path",
  84. "home",
  85. "dir",
  86. "directory",
  87. "user",
  88. "expand"
  89. ],
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "sindresorhus",
  94. "email": "sindresorhus@gmail.com"
  95. }
  96. ],
  97. "name": "tildify",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/tildify.git"
  103. },
  104. "scripts": {
  105. "test": "xo && ava"
  106. },
  107. "version": "1.2.0"
  108. }