initial
This commit is contained in:
77
node_modules/typical/package.json
generated
vendored
Normal file
77
node_modules/typical/package.json
generated
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"_from": "typical@^2.6.1",
|
||||
"_id": "typical@2.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0=",
|
||||
"_location": "/typical",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "typical@^2.6.1",
|
||||
"name": "typical",
|
||||
"escapedName": "typical",
|
||||
"rawSpec": "^2.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/array-back",
|
||||
"/command-line-args",
|
||||
"/test-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz",
|
||||
"_shasum": "5c080e5d661cbbe38259d2e70a3c7253e873881d",
|
||||
"_spec": "typical@^2.6.1",
|
||||
"_where": "/home/wn/workspace-node/PiAlive/node_modules/command-line-args",
|
||||
"author": {
|
||||
"name": "Lloyd Brookes",
|
||||
"email": "75pound@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/75lb/typical/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Robust Javascript type-checking",
|
||||
"devDependencies": {
|
||||
"core-assert": "^0.2.1",
|
||||
"feature-detect-es6": "^1.3.1",
|
||||
"jsdoc-to-markdown": "^3.0.0",
|
||||
"test-runner": "^0.3.0"
|
||||
},
|
||||
"homepage": "https://github.com/75lb/typical#readme",
|
||||
"keywords": [
|
||||
"type",
|
||||
"checking",
|
||||
"check",
|
||||
"value",
|
||||
"valid",
|
||||
"is",
|
||||
"number",
|
||||
"object",
|
||||
"plainobject",
|
||||
"array",
|
||||
"like",
|
||||
"defined",
|
||||
"string",
|
||||
"boolean",
|
||||
"function",
|
||||
"promise",
|
||||
"iterable",
|
||||
"class",
|
||||
"primitive"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/typical.js",
|
||||
"name": "typical",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/75lb/typical.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
|
||||
"test": "test-runner test/*.js"
|
||||
},
|
||||
"version": "2.6.1"
|
||||
}
|
Reference in New Issue
Block a user