package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "load-json-file@^4.0.0",
  3. "_id": "load-json-file@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
  6. "_location": "/load-json-file",
  7. "_phantomChildren": {
  8. "error-ex": "1.3.2",
  9. "json-parse-better-errors": "1.0.2"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "load-json-file@^4.0.0",
  15. "name": "load-json-file",
  16. "escapedName": "load-json-file",
  17. "rawSpec": "^4.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.0"
  20. },
  21. "_requiredBy": [
  22. "/read-pkg"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
  25. "_shasum": "2f5f45ab91e33216234fd53adab668eb4ec0993b",
  26. "_spec": "load-json-file@^4.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\read-pkg",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/load-json-file/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "graceful-fs": "^4.1.2",
  39. "parse-json": "^4.0.0",
  40. "pify": "^3.0.0",
  41. "strip-bom": "^3.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Read and parse a JSON file",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  56. "keywords": [
  57. "read",
  58. "json",
  59. "parse",
  60. "file",
  61. "fs",
  62. "graceful",
  63. "load"
  64. ],
  65. "license": "MIT",
  66. "name": "load-json-file",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "4.0.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }