package.json 2.3 KB

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