bigint-crypto-utils/node_modules/typical/package.json

92 lines
2.2 KiB
JSON
Raw Normal View History

{
"_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": [
"/command-line-tool",
"/command-line-tool/array-back",
"/command-line-usage",
"/command-line-usage/array-back",
"/jsdoc-api/file-set/array-back",
"/reduce-extract/array-back",
"/reduce-extract/test-value",
"/reduce-without/array-back",
"/reduce-without/test-value",
"/sort-array",
"/sort-array/array-back",
"/stream-connect/array-back",
"/table-layout",
"/table-layout/array-back",
"/test-value",
"/test-value/array-back",
"/wordwrapjs"
],
"_resolved": "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz",
"_shasum": "5c080e5d661cbbe38259d2e70a3c7253e873881d",
"_spec": "typical@^2.6.1",
"_where": "/home/juan/bigint-crypto-utils/node_modules/command-line-tool",
"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"
}