package.json 2.4 KB

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