package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "path-is-inside@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-is-inside@1.0.2",
  10. "_id": "path-is-inside@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
  13. "_location": "/path-is-inside",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-is-inside@1.0.2",
  19. "name": "path-is-inside",
  20. "escapedName": "path-is-inside",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/is-path-inside"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/path-is-inside/-/path-is-inside-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Domenic Denicola",
  34. "email": "d@domenic.me",
  35. "url": "https://domenic.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/domenic/path-is-inside/issues"
  39. },
  40. "description": "Tests whether one path is inside another path",
  41. "devDependencies": {
  42. "jshint": "~2.3.0",
  43. "mocha": "~1.15.1"
  44. },
  45. "files": [
  46. "lib"
  47. ],
  48. "homepage": "https://github.com/domenic/path-is-inside#readme",
  49. "keywords": [
  50. "path",
  51. "directory",
  52. "folder",
  53. "inside",
  54. "relative"
  55. ],
  56. "license": "(WTFPL OR MIT)",
  57. "main": "lib/path-is-inside.js",
  58. "name": "path-is-inside",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/domenic/path-is-inside.git"
  62. },
  63. "scripts": {
  64. "lint": "jshint lib",
  65. "test": "mocha"
  66. },
  67. "version": "1.0.2"
  68. }