package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "parse-json@2.2.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-json@^2.2.0",
  10. "_id": "parse-json@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
  13. "_location": "/parse-json",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-json@2.2.0",
  19. "name": "parse-json",
  20. "escapedName": "parse-json",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/get-package-info/load-json-file",
  28. "/load-json-file"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  31. "_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
  32. "_spec": "2.2.0",
  33. "_where": "E:\\vscode\\UseStudio.Desktop",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/parse-json/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "error-ex": "^1.2.0"
  45. },
  46. "deprecated": false,
  47. "description": "Parse JSON with more helpful errors",
  48. "devDependencies": {
  49. "ava": "0.0.4",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js",
  57. "vendor"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  60. "keywords": [
  61. "parse",
  62. "json",
  63. "graceful",
  64. "error",
  65. "message",
  66. "humanize",
  67. "friendly",
  68. "helpful",
  69. "string",
  70. "str"
  71. ],
  72. "license": "MIT",
  73. "name": "parse-json",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/parse-json.git"
  77. },
  78. "scripts": {
  79. "test": "xo && node test.js"
  80. },
  81. "version": "2.2.0",
  82. "xo": {
  83. "ignores": [
  84. "vendor/**"
  85. ]
  86. }
  87. }