summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/type-check/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/type-check/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/type-check/package.json102
1 files changed, 102 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/type-check/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/type-check/package.json
new file mode 100644
index 00000000..59ed7d66
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/type-check/package.json
@@ -0,0 +1,102 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "type-check@~0.3.1",
+ "scope": null,
+ "escapedName": "type-check",
+ "name": "type-check",
+ "rawSpec": "~0.3.1",
+ "spec": ">=0.3.1 <0.4.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\optionator"
+ ]
+ ],
+ "_from": "type-check@>=0.3.1 <0.4.0",
+ "_id": "type-check@0.3.2",
+ "_inCache": true,
+ "_location": "/type-check",
+ "_nodeVersion": "4.2.4",
+ "_npmUser": {
+ "name": "gkz",
+ "email": "z@georgezahariev.com"
+ },
+ "_npmVersion": "2.14.12",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "type-check@~0.3.1",
+ "scope": null,
+ "escapedName": "type-check",
+ "name": "type-check",
+ "rawSpec": "~0.3.1",
+ "spec": ">=0.3.1 <0.4.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/levn",
+ "/optionator"
+ ],
+ "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "_shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
+ "_shrinkwrap": null,
+ "_spec": "type-check@~0.3.1",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\optionator",
+ "author": {
+ "name": "George Zahariev",
+ "email": "z@georgezahariev.com"
+ },
+ "bugs": {
+ "url": "https://github.com/gkz/type-check/issues"
+ },
+ "dependencies": {
+ "prelude-ls": "~1.1.2"
+ },
+ "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
+ "devDependencies": {
+ "browserify": "~12.0.1",
+ "istanbul": "~0.4.1",
+ "livescript": "~1.4.0",
+ "mocha": "~2.3.4"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
+ "tarball": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "files": [
+ "lib",
+ "README.md",
+ "LICENSE"
+ ],
+ "gitHead": "0ab04e7a660485d0cc3aa87e95f2f9a6464cf8e6",
+ "homepage": "https://github.com/gkz/type-check",
+ "keywords": [
+ "type",
+ "check",
+ "checking",
+ "library"
+ ],
+ "license": "MIT",
+ "main": "./lib/",
+ "maintainers": [
+ {
+ "name": "gkz",
+ "email": "z@georgezahariev.com"
+ }
+ ],
+ "name": "type-check",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/gkz/type-check.git"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "version": "0.3.2"
+}