package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "load-json-file@1.1.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "load-json-file@^1.0.0",
  9. "_id": "load-json-file@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
  12. "_location": "/load-json-file",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "load-json-file@1.1.0",
  18. "name": "load-json-file",
  19. "escapedName": "load-json-file",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/read-pkg"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  29. "_shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  30. "_spec": "1.1.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/load-json-file/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "graceful-fs": "^4.1.2",
  43. "parse-json": "^2.2.0",
  44. "pify": "^2.0.0",
  45. "pinkie-promise": "^2.0.0",
  46. "strip-bom": "^2.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Read and parse a JSON file",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  61. "keywords": [
  62. "json",
  63. "read",
  64. "parse",
  65. "file",
  66. "fs",
  67. "graceful",
  68. "load"
  69. ],
  70. "license": "MIT",
  71. "name": "load-json-file",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "1.1.0",
  80. "xo": {
  81. "ignores": [
  82. "test.js"
  83. ]
  84. }
  85. }