package.json 1.7 KB

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