Dia antes primera install
This commit is contained in:
40
node_modules/typical/package.json
generated
vendored
Normal file
40
node_modules/typical/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "typical",
|
||||
"author": "Lloyd Brookes <75pound@gmail.com>",
|
||||
"version": "2.6.1",
|
||||
"description": "Robust Javascript type-checking",
|
||||
"repository": "https://github.com/75lb/typical.git",
|
||||
"main": "./lib/typical.js",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"type",
|
||||
"checking",
|
||||
"check",
|
||||
"value",
|
||||
"valid",
|
||||
"is",
|
||||
"number",
|
||||
"object",
|
||||
"plainobject",
|
||||
"array",
|
||||
"like",
|
||||
"defined",
|
||||
"string",
|
||||
"boolean",
|
||||
"function",
|
||||
"promise",
|
||||
"iterable",
|
||||
"class",
|
||||
"primitive"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "test-runner test/*.js",
|
||||
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"core-assert": "^0.2.1",
|
||||
"feature-detect-es6": "^1.3.1",
|
||||
"jsdoc-to-markdown": "^3.0.0",
|
||||
"test-runner": "^0.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user