package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "levn@0.3.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "levn@0.3.0",
  10. "_id": "levn@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
  13. "_location": "/levn",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "levn@0.3.0",
  20. "name": "levn",
  21. "escapedName": "levn",
  22. "rawSpec": "0.3.0",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-plugin-eslint/eslint",
  28. "/optionator"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/levn/-/levn-0.3.0.tgz",
  31. "_spec": "0.3.0",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "George Zahariev",
  35. "email": "z@georgezahariev.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gkz/levn/issues"
  39. },
  40. "dependencies": {
  41. "prelude-ls": "~1.1.2",
  42. "type-check": "~0.3.2"
  43. },
  44. "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
  45. "devDependencies": {
  46. "istanbul": "~0.4.1",
  47. "livescript": "~1.4.0",
  48. "mocha": "~2.3.4"
  49. },
  50. "engines": {
  51. "node": ">= 0.8.0"
  52. },
  53. "files": [
  54. "lib",
  55. "README.md",
  56. "LICENSE"
  57. ],
  58. "homepage": "https://github.com/gkz/levn",
  59. "keywords": [
  60. "levn",
  61. "light",
  62. "ecmascript",
  63. "value",
  64. "notation",
  65. "json",
  66. "typed",
  67. "human",
  68. "concise",
  69. "typed",
  70. "flexible"
  71. ],
  72. "license": "MIT",
  73. "main": "./lib/",
  74. "name": "levn",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/gkz/levn.git"
  78. },
  79. "scripts": {
  80. "test": "make test"
  81. },
  82. "version": "0.3.0"
  83. }