package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "levn@0.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "levn@0.3.0",
  10. "_id": "levn@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  13. "_location": "/levn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "levn@0.3.0",
  19. "name": "levn",
  20. "escapedName": "levn",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/eslint",
  28. "/optionator"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/levn/download/levn-0.3.0.tgz",
  31. "_spec": "0.3.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }