package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "tildify@~1.0.0",
  3. "_id": "tildify@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KgIdtej73gqPi03zetqo+x05190=",
  6. "_location": "/tildify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tildify@~1.0.0",
  12. "name": "tildify",
  13. "escapedName": "tildify",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/knex"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/tildify/download/tildify-1.0.0.tgz",
  22. "_shasum": "2a021db5e8fbde0a8f8b4df37adaa8fb1d39d7dd",
  23. "_spec": "tildify@~1.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\knex",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/tildify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "user-home": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Convert an absolute path to a tilde path: /Users/sindresorhus/dev => ~/dev",
  39. "devDependencies": {
  40. "ava": "0.0.3"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/tildify#readme",
  49. "keywords": [
  50. "tilde",
  51. "tildify",
  52. "path",
  53. "home",
  54. "dir",
  55. "directory",
  56. "user",
  57. "expand",
  58. "unexpand"
  59. ],
  60. "license": "MIT",
  61. "name": "tildify",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/tildify.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "1.0.0"
  70. }