package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "load-json-file@1.1.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  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. "is-utf8": "0.2.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "load-json-file@1.1.0",
  21. "name": "load-json-file",
  22. "escapedName": "load-json-file",
  23. "rawSpec": "1.1.0",
  24. "saveSpec": null,
  25. "fetchSpec": "1.1.0"
  26. },
  27. "_requiredBy": [
  28. "/read-pkg"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  31. "_spec": "1.1.0",
  32. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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. "pinkie-promise": "^2.0.0",
  46. "strip-bom": "^2.0.0"
  47. },
  48. "description": "Read and parse a JSON file",
  49. "devDependencies": {
  50. "ava": "*",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  60. "keywords": [
  61. "json",
  62. "read",
  63. "parse",
  64. "file",
  65. "fs",
  66. "graceful",
  67. "load"
  68. ],
  69. "license": "MIT",
  70. "name": "load-json-file",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.1.0",
  79. "xo": {
  80. "ignores": [
  81. "test.js"
  82. ]
  83. }
  84. }