package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "path-type@1.1.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-type@1.1.0",
  10. "_id": "path-type@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
  13. "_location": "/path-type",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-type@1.1.0",
  19. "name": "path-type",
  20. "escapedName": "path-type",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/read-pkg"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/path-type/issues"
  38. },
  39. "dependencies": {
  40. "graceful-fs": "^4.1.2",
  41. "pify": "^2.0.0",
  42. "pinkie-promise": "^2.0.0"
  43. },
  44. "description": "Check if a path is a file, directory, or symlink",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/path-type#readme",
  56. "keywords": [
  57. "path",
  58. "fs",
  59. "type",
  60. "is",
  61. "check",
  62. "directory",
  63. "dir",
  64. "file",
  65. "filepath",
  66. "symlink",
  67. "symbolic",
  68. "link",
  69. "stat",
  70. "stats",
  71. "filesystem"
  72. ],
  73. "license": "MIT",
  74. "name": "path-type",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/path-type.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "1.1.0",
  83. "xo": {
  84. "ignores": [
  85. "test.js"
  86. ]
  87. }
  88. }