You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "levn@0.4.1",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "levn@0.4.1",
  10. "_id": "levn@0.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  13. "_location": "/levn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "levn@0.4.1",
  19. "name": "levn",
  20. "escapedName": "levn",
  21. "rawSpec": "0.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint",
  27. "/optionator"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  30. "_spec": "0.4.1",
  31. "_where": "/home/guest/socket",
  32. "author": {
  33. "name": "George Zahariev",
  34. "email": "z@georgezahariev.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/gkz/levn/issues"
  38. },
  39. "dependencies": {
  40. "prelude-ls": "^1.2.1",
  41. "type-check": "~0.4.0"
  42. },
  43. "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
  44. "devDependencies": {
  45. "livescript": "^1.6.0",
  46. "mocha": "^7.1.1"
  47. },
  48. "engines": {
  49. "node": ">= 0.8.0"
  50. },
  51. "files": [
  52. "lib",
  53. "README.md",
  54. "LICENSE"
  55. ],
  56. "homepage": "https://github.com/gkz/levn",
  57. "keywords": [
  58. "levn",
  59. "light",
  60. "ecmascript",
  61. "value",
  62. "notation",
  63. "json",
  64. "typed",
  65. "human",
  66. "concise",
  67. "typed",
  68. "flexible"
  69. ],
  70. "license": "MIT",
  71. "main": "./lib/",
  72. "name": "levn",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/gkz/levn.git"
  76. },
  77. "scripts": {
  78. "test": "make test"
  79. },
  80. "version": "0.4.1"
  81. }