package.json 2.5 KB

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