package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "load-json-file@1.1.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "load-json-file@1.1.0",
  9. "_id": "load-json-file@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
  12. "_location": "/load-json-file",
  13. "_phantomChildren": {
  14. "error-ex": "1.3.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "load-json-file@1.1.0",
  20. "name": "load-json-file",
  21. "escapedName": "load-json-file",
  22. "rawSpec": "1.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.0"
  25. },
  26. "_requiredBy": [
  27. "/read-pkg-up/read-pkg"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/load-json-file/-/load-json-file-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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. "dependencies": {
  41. "graceful-fs": "^4.1.2",
  42. "parse-json": "^2.2.0",
  43. "pify": "^2.0.0",
  44. "pinkie-promise": "^2.0.0",
  45. "strip-bom": "^2.0.0"
  46. },
  47. "description": "Read and parse a JSON file",
  48. "devDependencies": {
  49. "ava": "*",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  59. "keywords": [
  60. "json",
  61. "read",
  62. "parse",
  63. "file",
  64. "fs",
  65. "graceful",
  66. "load"
  67. ],
  68. "license": "MIT",
  69. "name": "load-json-file",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "1.1.0",
  78. "xo": {
  79. "ignores": [
  80. "test.js"
  81. ]
  82. }
  83. }