{ "_from": "is@^3.2.1", "_id": "is@3.3.0", "_inBundle": false, "_integrity": "sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==", "_location": "/is", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is@^3.2.1", "name": "is", "escapedName": "is", "rawSpec": "^3.2.1", "saveSpec": null, "fetchSpec": "^3.2.1" }, "_requiredBy": [ "/@google-cloud/common", "/@google-cloud/firestore", "/@google-cloud/storage" ], "_resolved": "https://registry.npmjs.org/is/-/is-3.3.0.tgz", "_shasum": "61cff6dd3c4193db94a3d62582072b44e5645d79", "_spec": "is@^3.2.1", "_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\firestore", "author": { "name": "Enrico Marino", "url": "http://onirame.com" }, "bugs": { "url": "https://github.com/enricomarino/is/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jordan Harband", "url": "https://github.com/ljharb" } ], "dependencies": {}, "deprecated": false, "description": "the definitive JavaScript type testing library", "devDependencies": { "@ljharb/eslint-config": "^13.0.0", "covert": "^1.1.0", "eslint": "^5.10.0", "foreach": "^2.0.5", "jscs": "^3.0.7", "make-generator-function": "^1.1.0", "safe-publish-latest": "^1.1.2", "tape": "^4.9.1" }, "engines": { "node": "*" }, "homepage": "https://github.com/enricomarino/is", "keywords": [ "util", "type", "test" ], "license": "MIT", "main": "index.js", "name": "is", "repository": { "type": "git", "url": "git://github.com/enricomarino/is.git" }, "scripts": { "coverage": "covert test/index.js", "coverage-quiet": "covert test/index.js --quiet", "eslint": "eslint .", "jscs": "jscs *.js */*.js", "lint": "npm run jscs && npm run eslint", "prepublish": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run --silent tests-only", "tests-only": "node test/index.js" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/6.0..latest", "firefox/3.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0", "chrome/22.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/5.0.5..latest", "ipad/6.0..latest", "iphone/6.0..latest" ] }, "version": "3.3.0" }