package.json 1.8 KB

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