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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "detect-file@^1.0.0",
  3. "_id": "detect-file@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
  6. "_location": "/detect-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-file@^1.0.0",
  12. "name": "detect-file",
  13. "escapedName": "detect-file",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/findup-sync",
  20. "/matchdep/findup-sync"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
  23. "_shasum": "f0d66d03672a825cb1b73bdb3fe62310c8e552b7",
  24. "_spec": "detect-file@^1.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\findup-sync",
  26. "author": {
  27. "name": "Brian Woodward",
  28. "url": "https://github.com/doowb"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/doowb/detect-file/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Detects if a file exists and returns the resolved filepath.",
  37. "devDependencies": {
  38. "gulp-format-md": "*",
  39. "mocha": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/doowb/detect-file",
  48. "keywords": [
  49. "detect",
  50. "exists",
  51. "file",
  52. "file exists",
  53. "file-path",
  54. "filepath",
  55. "path",
  56. "resolve",
  57. "resolve file",
  58. "resolve filepath"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "detect-file",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/doowb/detect-file.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "layout": "default",
  72. "tasks": [
  73. "readme"
  74. ],
  75. "plugins": [
  76. "gulp-format-md"
  77. ],
  78. "related": {
  79. "list": [
  80. "fs-exists-sync"
  81. ]
  82. },
  83. "reflinks": [
  84. "verb",
  85. "verb-readme-generator"
  86. ],
  87. "lint": {
  88. "reflinks": true
  89. }
  90. },
  91. "version": "1.0.0"
  92. }