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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "find-up@^1.0.0",
  3. "_id": "find-up@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^1.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/read-pkg-up"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
  22. "_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
  23. "_spec": "find-up@^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-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/find-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "path-exists": "^2.0.0",
  36. "pinkie-promise": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Find a file by walking up parent directories",
  40. "devDependencies": {
  41. "ava": "*",
  42. "tempfile": "^1.1.1",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/find-up#readme",
  52. "keywords": [
  53. "find",
  54. "up",
  55. "find-up",
  56. "findup",
  57. "look-up",
  58. "look",
  59. "file",
  60. "search",
  61. "match",
  62. "package",
  63. "resolve",
  64. "parent",
  65. "parents",
  66. "folder",
  67. "directory",
  68. "dir",
  69. "walk",
  70. "walking",
  71. "path"
  72. ],
  73. "license": "MIT",
  74. "name": "find-up",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/find-up.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "1.1.2"
  83. }