package.json 2.6 KB

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