package.json 1.7 KB

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