package.json 1.8 KB

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