12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "check-types@^11.1.1",
- "_id": "check-types@11.1.2",
- "_inBundle": false,
- "_integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==",
- "_location": "/check-types",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "check-types@^11.1.1",
- "name": "check-types",
- "escapedName": "check-types",
- "rawSpec": "^11.1.1",
- "saveSpec": null,
- "fetchSpec": "^11.1.1"
- },
- "_requiredBy": [
- "/bfj"
- ],
- "_resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
- "_shasum": "86a7c12bf5539f6324eb0e70ca8896c0e38f3e2f",
- "_spec": "check-types@^11.1.1",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\bfj",
- "author": {
- "name": "Phil Booth",
- "email": "pmbooth@gmail.com",
- "url": "https://philbooth.me/"
- },
- "bugs": {
- "url": "https://gitlab.com/philbooth/check-types.js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A little library for asserting types and values.",
- "devDependencies": {
- "chai": "4.2.x",
- "jshint": "^2.9.7",
- "mocha": "5.2.x",
- "please-release-me": "^2.1.2",
- "uglify-js": "3.4.x"
- },
- "files": [
- "COPYING",
- "HISTORY.md",
- "src"
- ],
- "homepage": "https://gitlab.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://gitlab.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": "11.1.2"
- }
|