Changeset 79a0317 for imaps-frontend/node_modules/type-check
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/type-check/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "type-check", 3 "version": "0.4.0", 4 "author": "George Zahariev <z@georgezahariev.com>", 2 "_from": "type-check@~0.4.0", 3 "_id": "type-check@0.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", 6 "_location": "/type-check", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "type-check@~0.4.0", 12 "name": "type-check", 13 "escapedName": "type-check", 14 "rawSpec": "~0.4.0", 15 "saveSpec": null, 16 "fetchSpec": "~0.4.0" 17 }, 18 "_requiredBy": [ 19 "/levn", 20 "/optionator" 21 ], 22 "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", 23 "_shasum": "07b8203bfa7056c0657050e3ccd2c37730bab8f1", 24 "_spec": "type-check@~0.4.0", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/levn", 26 "author": { 27 "name": "George Zahariev", 28 "email": "z@georgezahariev.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/gkz/type-check/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "prelude-ls": "^1.2.1" 36 }, 37 "deprecated": false, 5 38 "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.", 39 "devDependencies": { 40 "browserify": "^16.5.1", 41 "livescript": "^1.6.0", 42 "mocha": "^7.1.1" 43 }, 44 "engines": { 45 "node": ">= 0.8.0" 46 }, 47 "files": [ 48 "lib", 49 "README.md", 50 "LICENSE" 51 ], 6 52 "homepage": "https://github.com/gkz/type-check", 7 53 "keywords": [ … … 11 57 "library" 12 58 ], 13 "files": [ 14 "lib", 15 "README.md", 16 "LICENSE" 17 ], 59 "license": "MIT", 18 60 "main": "./lib/", 19 "bugs": "https://github.com/gkz/type-check/issues", 20 "license": "MIT", 21 "engines": { 22 "node": ">= 0.8.0" 23 }, 61 "name": "type-check", 24 62 "repository": { 25 63 "type": "git", … … 29 67 "test": "make test" 30 68 }, 31 "dependencies": { 32 "prelude-ls": "^1.2.1" 33 }, 34 "devDependencies": { 35 "livescript": "^1.6.0", 36 "mocha": "^7.1.1", 37 "browserify": "^16.5.1" 38 } 69 "version": "0.4.0" 39 70 }
Note:
See TracChangeset
for help on using the changeset viewer.