package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "read-pkg@5.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-pkg@5.2.0",
  10. "_id": "read-pkg@5.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  13. "_location": "/read-pkg",
  14. "_phantomChildren": {
  15. "@babel/code-frame": "7.16.7",
  16. "error-ex": "1.3.2",
  17. "json-parse-even-better-errors": "2.3.1",
  18. "lines-and-columns": "1.2.4"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "read-pkg@5.2.0",
  24. "name": "read-pkg",
  25. "escapedName": "read-pkg",
  26. "rawSpec": "5.2.0",
  27. "saveSpec": null,
  28. "fetchSpec": "5.2.0"
  29. },
  30. "_requiredBy": [
  31. "/@vue/cli-service"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/read-pkg/-/read-pkg-5.2.0.tgz",
  34. "_spec": "5.2.0",
  35. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/read-pkg/issues"
  43. },
  44. "dependencies": {
  45. "@types/normalize-package-data": "^2.4.0",
  46. "normalize-package-data": "^2.5.0",
  47. "parse-json": "^5.0.0",
  48. "type-fest": "^0.6.0"
  49. },
  50. "description": "Read a package.json file",
  51. "devDependencies": {
  52. "ava": "^2.2.0",
  53. "tsd": "^0.7.2",
  54. "xo": "^0.24.0"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. },
  59. "files": [
  60. "index.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  64. "keywords": [
  65. "json",
  66. "read",
  67. "parse",
  68. "file",
  69. "fs",
  70. "graceful",
  71. "load",
  72. "package",
  73. "normalize"
  74. ],
  75. "license": "MIT",
  76. "name": "read-pkg",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "5.2.0",
  85. "xo": {
  86. "ignores": [
  87. "test/test.js"
  88. ]
  89. }
  90. }