You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

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