package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "tildify@1.2.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tildify@1.2.0",
  10. "_id": "tildify@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
  13. "_location": "/tildify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tildify@1.2.0",
  19. "name": "tildify",
  20. "escapedName": "tildify",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/gulp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/tildify/issues"
  38. },
  39. "dependencies": {
  40. "os-homedir": "^1.0.0"
  41. },
  42. "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/tildify#readme",
  54. "keywords": [
  55. "unexpand",
  56. "homedir",
  57. "tilde",
  58. "tildify",
  59. "collapse",
  60. "path",
  61. "home",
  62. "dir",
  63. "directory",
  64. "user",
  65. "expand"
  66. ],
  67. "license": "MIT",
  68. "name": "tildify",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/tildify.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.2.0"
  77. }