package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "load-json-file@^1.0.0",
  6. "scope": null,
  7. "escapedName": "load-json-file",
  8. "name": "load-json-file",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/read-pkg"
  14. ]
  15. ],
  16. "_from": "load-json-file@>=1.0.0 <2.0.0",
  17. "_id": "load-json-file@1.1.0",
  18. "_inCache": true,
  19. "_location": "/load-json-file",
  20. "_nodeVersion": "4.2.1",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "load-json-file@^1.0.0",
  29. "scope": null,
  30. "escapedName": "load-json-file",
  31. "name": "load-json-file",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/read-pkg"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  40. "_shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  41. "_shrinkwrap": null,
  42. "_spec": "load-json-file@^1.0.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/read-pkg",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/load-json-file/issues"
  51. },
  52. "dependencies": {
  53. "graceful-fs": "^4.1.2",
  54. "parse-json": "^2.2.0",
  55. "pify": "^2.0.0",
  56. "pinkie-promise": "^2.0.0",
  57. "strip-bom": "^2.0.0"
  58. },
  59. "description": "Read and parse a JSON file",
  60. "devDependencies": {
  61. "ava": "*",
  62. "xo": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  67. "tarball": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "115157a417380d3160da418d4ff25bb33b0051eb",
  76. "homepage": "https://github.com/sindresorhus/load-json-file",
  77. "keywords": [
  78. "json",
  79. "read",
  80. "parse",
  81. "file",
  82. "fs",
  83. "graceful",
  84. "load"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "load-json-file",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava"
  102. },
  103. "version": "1.1.0",
  104. "xo": {
  105. "ignores": [
  106. "test.js"
  107. ]
  108. }
  109. }