package.json 1.7 KB

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