{ "_args": [ [ "@sindresorhus/is@^0.7.0", "/home/seleznev/project Angular/Quality system/node_modules/got" ] ], "_from": "@sindresorhus/is@>=0.7.0 <0.8.0", "_id": "@sindresorhus/is@0.7.0", "_inCache": true, "_installable": true, "_location": "/@sindresorhus/is", "_nodeVersion": "8.9.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/is-0.7.0.tgz_1513024821800_0.9983615970704705" }, "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "5.5.1", "_phantomChildren": {}, "_requested": { "name": "@sindresorhus/is", "raw": "@sindresorhus/is@^0.7.0", "rawSpec": "^0.7.0", "scope": "@sindresorhus", "spec": ">=0.7.0 <0.8.0", "type": "range" }, "_requiredBy": [ "/got" ], "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz", "_shasum": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd", "_shrinkwrap": null, "_spec": "@sindresorhus/is@^0.7.0", "_where": "/home/seleznev/project Angular/Quality system/node_modules/got", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/is/issues" }, "dependencies": {}, "description": "Type check values: `is.string('🦄') //=> true`", "devDependencies": { "@types/jsdom": "^2.0.31", "@types/node": "^8.0.47", "@types/tempy": "^0.1.0", "ava": "*", "del-cli": "^1.1.0", "jsdom": "^9.12.0", "tempy": "^0.2.1", "tslint": "^5.8.0", "tslint-xo": "^0.3.0", "typescript": "^2.6.1" }, "directories": {}, "dist": { "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==", "shasum": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd", "tarball": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz" }, "engines": { "node": ">=4" }, "files": [ "dist" ], "gitHead": "828a5b3088804f32fec824a2fbff0396d4cd13b3", "homepage": "https://github.com/sindresorhus/is#readme", "keywords": [ "assert", "assertion", "check", "checking", "compare", "instanceof", "is", "kind", "object", "primitive", "test", "type", "typeof", "types", "util", "utility", "validate", "validation", "verify" ], "license": "MIT", "main": "dist/index.js", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "name": "@sindresorhus/is", "optionalDependencies": {}, "publishConfig": { "access": "public" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/is.git" }, "scripts": { "build": "tsc", "lint": "tslint --format stylish --project .", "prepublish": "npm run build && del dist/tests", "test": "npm run lint && npm run build && ava dist/tests" }, "types": "dist/index.d.ts", "version": "0.7.0" }