123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "_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"
- }
|