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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "load-json-file@^1.0.0",
  3. "_id": "load-json-file@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
  6. "_location": "/load-json-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "load-json-file@^1.0.0",
  12. "name": "load-json-file",
  13. "escapedName": "load-json-file",
  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/load-json-file/-/load-json-file-1.1.0.tgz",
  22. "_shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  23. "_spec": "load-json-file@^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/load-json-file/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "graceful-fs": "^4.1.2",
  36. "parse-json": "^2.2.0",
  37. "pify": "^2.0.0",
  38. "pinkie-promise": "^2.0.0",
  39. "strip-bom": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Read and parse a JSON file",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  54. "keywords": [
  55. "json",
  56. "read",
  57. "parse",
  58. "file",
  59. "fs",
  60. "graceful",
  61. "load"
  62. ],
  63. "license": "MIT",
  64. "name": "load-json-file",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.1.0",
  73. "xo": {
  74. "ignores": [
  75. "test.js"
  76. ]
  77. }
  78. }