package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "parse-json@^5.0.0",
  3. "_id": "parse-json@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  6. "_location": "/parse-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-json@^5.0.0",
  12. "name": "parse-json",
  13. "escapedName": "parse-json",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core/read-pkg",
  20. "/@jest/reporters/read-pkg",
  21. "/babel-plugin-macros/cosmiconfig",
  22. "/cosmiconfig",
  23. "/jest-config/read-pkg",
  24. "/jest-resolve/read-pkg",
  25. "/jest-runner/read-pkg",
  26. "/jest-runtime/read-pkg",
  27. "/jest-snapshot/read-pkg"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  30. "_shasum": "c76fc66dee54231c962b22bcc8a72cf2f99753cd",
  31. "_spec": "parse-json@^5.0.0",
  32. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cosmiconfig",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "https://sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/parse-json/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@babel/code-frame": "^7.0.0",
  44. "error-ex": "^1.3.1",
  45. "json-parse-even-better-errors": "^2.3.0",
  46. "lines-and-columns": "^1.1.6"
  47. },
  48. "deprecated": false,
  49. "description": "Parse JSON with more helpful errors",
  50. "devDependencies": {
  51. "ava": "^1.4.1",
  52. "nyc": "^14.1.1",
  53. "xo": "^0.24.0"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "index.js",
  60. "vendor"
  61. ],
  62. "funding": "https://github.com/sponsors/sindresorhus",
  63. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  64. "keywords": [
  65. "parse",
  66. "json",
  67. "graceful",
  68. "error",
  69. "message",
  70. "humanize",
  71. "friendly",
  72. "helpful",
  73. "string"
  74. ],
  75. "license": "MIT",
  76. "name": "parse-json",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/parse-json.git"
  80. },
  81. "scripts": {
  82. "test": "xo && nyc ava"
  83. },
  84. "version": "5.2.0"
  85. }