|
{
"_from": "check-types@^7.3.0",
"_id": "check-types@7.3.0",
"_inBundle": false,
"_integrity": "sha1-Ro9XGkQ1wkJI9f0MsOjYfDw0Hn0=",
"_location": "/check-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "check-types@^7.3.0",
"name": "check-types",
"escapedName": "check-types",
"rawSpec": "^7.3.0",
"saveSpec": null,
"fetchSpec": "^7.3.0"
},
"_requiredBy": [
"/bfj-node4"
],
"_resolved": "http://registry.npm.taobao.org/check-types/download/check-types-7.3.0.tgz",
"_shasum": "468f571a4435c24248f5fd0cb0e8d87c3c341e7d",
"_spec": "check-types@^7.3.0",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/bfj-node4",
"author": {
"name": "Phil Booth",
"email": "pmbooth@gmail.com",
"url": "https://github.com/philbooth"
},
"bugs": {
"url": "https://github.com/philbooth/check-types.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A little library for asserting types and values.",
"devDependencies": {
"chai": "3.5.x",
"jshint": "2.9.x",
"mocha": "3.2.x",
"please-release-me": "1.0.x",
"uglify-js": "2.7.x"
},
"files": [
"COPYING",
"HISTORY.md",
"src"
],
"homepage": "https://github.com/philbooth/check-types.js",
"keywords": [
"type",
"types",
"type-check",
"type-checking",
"duck-typing",
"arguments",
"parameters",
"values",
"data",
"contract",
"assert",
"check",
"verify",
"safe",
"safety"
],
"license": "MIT",
"main": "./src/check-types",
"name": "check-types",
"repository": {
"type": "git",
"url": "git+https://github.com/philbooth/check-types.js.git"
},
"scripts": {
"lint": "jshint ./src/check-types.js",
"minify": "uglifyjs ./src/check-types.js --compress --mangle --output ./src/check-types.min.js",
"test": "mocha --ui tdd --reporter spec --colors ./test/check-types.js"
},
"version": "7.3.0"
}
|