package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "parse-json@^4.0.0",
  3. "_id": "parse-json@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
  6. "_location": "/parse-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-json@^4.0.0",
  12. "name": "parse-json",
  13. "escapedName": "parse-json",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cosmiconfig",
  20. "/hard-source-webpack-plugin"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  23. "_shasum": "be35f5425be1f7f6c747184f98a788cb99477ee0",
  24. "_spec": "parse-json@^4.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\cosmiconfig",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/parse-json/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "error-ex": "^1.3.1",
  37. "json-parse-better-errors": "^1.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Parse JSON with more helpful errors",
  41. "devDependencies": {
  42. "ava": "*",
  43. "nyc": "^11.2.1",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js",
  51. "vendor"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  54. "keywords": [
  55. "parse",
  56. "json",
  57. "graceful",
  58. "error",
  59. "message",
  60. "humanize",
  61. "friendly",
  62. "helpful",
  63. "string",
  64. "str"
  65. ],
  66. "license": "MIT",
  67. "name": "parse-json",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/parse-json.git"
  71. },
  72. "scripts": {
  73. "test": "xo && nyc ava"
  74. },
  75. "version": "4.0.0"
  76. }