1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "check-types@7.4.0",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_development": true,
- "_from": "check-types@7.4.0",
- "_id": "check-types@7.4.0",
- "_inBundle": false,
- "_integrity": "sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg==",
- "_location": "/check-types",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "check-types@7.4.0",
- "name": "check-types",
- "escapedName": "check-types",
- "rawSpec": "7.4.0",
- "saveSpec": null,
- "fetchSpec": "7.4.0"
- },
- "_requiredBy": [
- "/bfj-node4"
- ],
- "_resolved": "https://registry.npmjs.org/check-types/-/check-types-7.4.0.tgz",
- "_spec": "7.4.0",
- "_where": "E:\\amr1.0\\AMR",
- "author": {
- "name": "Phil Booth",
- "email": "pmbooth@gmail.com",
- "url": "https://philbooth.me/"
- },
- "bugs": {
- "url": "https://gitlab.com/philbooth/check-types.js/issues"
- },
- "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": "2.0.x",
- "uglify-js": "2.7.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": "7.4.0"
- }
|