package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "is-utf8": "0.2.1"
  28. },
  29. "_requested": {
  30. "raw": "load-json-file@^1.0.0",
  31. "scope": null,
  32. "escapedName": "load-json-file",
  33. "name": "load-json-file",
  34. "rawSpec": "^1.0.0",
  35. "spec": ">=1.0.0 <2.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/read-pkg"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  42. "_shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  43. "_shrinkwrap": null,
  44. "_spec": "load-json-file@^1.0.0",
  45. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/read-pkg",
  46. "author": {
  47. "name": "Sindre Sorhus",
  48. "email": "sindresorhus@gmail.com",
  49. "url": "sindresorhus.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/sindresorhus/load-json-file/issues"
  53. },
  54. "dependencies": {
  55. "graceful-fs": "^4.1.2",
  56. "parse-json": "^2.2.0",
  57. "pify": "^2.0.0",
  58. "pinkie-promise": "^2.0.0",
  59. "strip-bom": "^2.0.0"
  60. },
  61. "description": "Read and parse a JSON file",
  62. "devDependencies": {
  63. "ava": "*",
  64. "xo": "*"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  69. "tarball": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "115157a417380d3160da418d4ff25bb33b0051eb",
  78. "homepage": "https://github.com/sindresorhus/load-json-file",
  79. "keywords": [
  80. "json",
  81. "read",
  82. "parse",
  83. "file",
  84. "fs",
  85. "graceful",
  86. "load"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. }
  94. ],
  95. "name": "load-json-file",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  101. },
  102. "scripts": {
  103. "test": "xo && ava"
  104. },
  105. "version": "1.1.0",
  106. "xo": {
  107. "ignores": [
  108. "test.js"
  109. ]
  110. }
  111. }