package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "read-pkg@^5.2.0",
  3. "_id": "read-pkg@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=",
  6. "_location": "/read-pkg",
  7. "_phantomChildren": {
  8. "resolve": "1.20.0",
  9. "validate-npm-package-license": "3.0.4"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "read-pkg@^5.2.0",
  15. "name": "read-pkg",
  16. "escapedName": "read-pkg",
  17. "rawSpec": "^5.2.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^5.2.0"
  20. },
  21. "_requiredBy": [
  22. "/read-pkg-up"
  23. ],
  24. "_resolved": "https://registry.nlark.com/read-pkg/download/read-pkg-5.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fread-pkg%2Fdownload%2Fread-pkg-5.2.0.tgz",
  25. "_shasum": "7bf295438ca5a33e56cd30e053b34ee7250c93cc",
  26. "_spec": "read-pkg@^5.2.0",
  27. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/read-pkg-up",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/read-pkg/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@types/normalize-package-data": "^2.4.0",
  39. "normalize-package-data": "^2.5.0",
  40. "parse-json": "^5.0.0",
  41. "type-fest": "^0.6.0"
  42. },
  43. "deprecated": false,
  44. "description": "Read a package.json file",
  45. "devDependencies": {
  46. "ava": "^2.2.0",
  47. "tsd": "^0.7.2",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  58. "keywords": [
  59. "json",
  60. "read",
  61. "parse",
  62. "file",
  63. "fs",
  64. "graceful",
  65. "load",
  66. "package",
  67. "normalize"
  68. ],
  69. "license": "MIT",
  70. "name": "read-pkg",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "5.2.0",
  79. "xo": {
  80. "ignores": [
  81. "test/test.js"
  82. ]
  83. }
  84. }