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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "levn@~0.3.0",
  3. "_id": "levn@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  6. "_location": "/levn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "levn@~0.3.0",
  12. "name": "levn",
  13. "escapedName": "levn",
  14. "rawSpec": "~0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/optionator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  22. "_shasum": "3b09924edf9f083c0490fdd4c0bc4421e04764ee",
  23. "_spec": "levn@~0.3.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\optionator",
  25. "author": {
  26. "name": "George Zahariev",
  27. "email": "z@georgezahariev.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/gkz/levn/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "prelude-ls": "~1.1.2",
  35. "type-check": "~0.3.2"
  36. },
  37. "deprecated": false,
  38. "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
  39. "devDependencies": {
  40. "istanbul": "~0.4.1",
  41. "livescript": "~1.4.0",
  42. "mocha": "~2.3.4"
  43. },
  44. "engines": {
  45. "node": ">= 0.8.0"
  46. },
  47. "files": [
  48. "lib",
  49. "README.md",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/gkz/levn",
  53. "keywords": [
  54. "levn",
  55. "light",
  56. "ecmascript",
  57. "value",
  58. "notation",
  59. "json",
  60. "typed",
  61. "human",
  62. "concise",
  63. "typed",
  64. "flexible"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/",
  68. "name": "levn",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/gkz/levn.git"
  72. },
  73. "scripts": {
  74. "test": "make test"
  75. },
  76. "version": "0.3.0"
  77. }