package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "read-pkg-up@1.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "read-pkg-up@1.0.1",
  9. "_id": "read-pkg-up@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
  12. "_location": "/read-pkg-up",
  13. "_phantomChildren": {
  14. "graceful-fs": "4.2.9",
  15. "load-json-file": "1.1.0",
  16. "normalize-package-data": "2.5.0",
  17. "pinkie-promise": "2.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "read-pkg-up@1.0.1",
  23. "name": "read-pkg-up",
  24. "escapedName": "read-pkg-up",
  25. "rawSpec": "1.0.1",
  26. "saveSpec": null,
  27. "fetchSpec": "1.0.1"
  28. },
  29. "_requiredBy": [
  30. "/meow"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  33. "_spec": "1.0.1",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/read-pkg-up/issues"
  42. },
  43. "dependencies": {
  44. "find-up": "^1.0.0",
  45. "read-pkg": "^1.0.0"
  46. },
  47. "description": "Read the closest package.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/read-pkg-up#readme",
  59. "keywords": [
  60. "json",
  61. "read",
  62. "parse",
  63. "file",
  64. "fs",
  65. "graceful",
  66. "load",
  67. "pkg",
  68. "package",
  69. "find",
  70. "up",
  71. "find-up",
  72. "findup",
  73. "look-up",
  74. "look",
  75. "file",
  76. "search",
  77. "match",
  78. "package",
  79. "resolve",
  80. "parent",
  81. "parents",
  82. "folder",
  83. "directory",
  84. "dir",
  85. "walk",
  86. "walking",
  87. "path"
  88. ],
  89. "license": "MIT",
  90. "name": "read-pkg-up",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava"
  97. },
  98. "version": "1.0.1"
  99. }