projecte_ionic/node_modules/type-check/package.json
2022-02-09 18:30:03 +01:00

71 lines
1.7 KiB
JSON
Executable file

{
"_from": "type-check@~0.4.0",
"_id": "type-check@0.4.0",
"_inBundle": false,
"_integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
"_location": "/type-check",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "type-check@~0.4.0",
"name": "type-check",
"escapedName": "type-check",
"rawSpec": "~0.4.0",
"saveSpec": null,
"fetchSpec": "~0.4.0"
},
"_requiredBy": [
"/levn",
"/optionator"
],
"_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
"_shasum": "07b8203bfa7056c0657050e3ccd2c37730bab8f1",
"_spec": "type-check@~0.4.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/levn",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
},
"bugs": {
"url": "https://github.com/gkz/type-check/issues"
},
"bundleDependencies": false,
"dependencies": {
"prelude-ls": "^1.2.1"
},
"deprecated": false,
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
"devDependencies": {
"browserify": "^16.5.1",
"livescript": "^1.6.0",
"mocha": "^7.1.1"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"lib",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/gkz/type-check",
"keywords": [
"type",
"check",
"checking",
"library"
],
"license": "MIT",
"main": "./lib/",
"name": "type-check",
"repository": {
"type": "git",
"url": "git://github.com/gkz/type-check.git"
},
"scripts": {
"test": "make test"
},
"version": "0.4.0"
}