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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "read-pkg-up@^1.0.1",
  3. "_id": "read-pkg-up@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
  6. "_location": "/read-pkg-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-pkg-up@^1.0.1",
  12. "name": "read-pkg-up",
  13. "escapedName": "read-pkg-up",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  22. "_shasum": "9d63c13276c065918d57f002a57f40a1b643fb02",
  23. "_spec": "read-pkg-up@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "find-up": "^1.0.0",
  36. "read-pkg": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Read the closest package.json file",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
  51. "keywords": [
  52. "json",
  53. "read",
  54. "parse",
  55. "file",
  56. "fs",
  57. "graceful",
  58. "load",
  59. "pkg",
  60. "package",
  61. "find",
  62. "up",
  63. "find-up",
  64. "findup",
  65. "look-up",
  66. "look",
  67. "file",
  68. "search",
  69. "match",
  70. "package",
  71. "resolve",
  72. "parent",
  73. "parents",
  74. "folder",
  75. "directory",
  76. "dir",
  77. "walk",
  78. "walking",
  79. "path"
  80. ],
  81. "license": "MIT",
  82. "name": "read-pkg-up",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava"
  89. },
  90. "version": "1.0.1"
  91. }