| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "is-object@^1.0.1", |
| 3 | "_id": "is-object@1.0.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA=", |
| 6 | "_location": "/is-object", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "is-object@^1.0.1", |
| 12 | "name": "is-object", |
| 13 | "escapedName": "is-object", |
| 14 | "rawSpec": "^1.0.1", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.1" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/isurl" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz", |
| 22 | "_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470", |
| 23 | "_spec": "is-object@^1.0.1", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\isurl", |
| 25 | "author": { |
| 26 | "name": "Raynos", |
| 27 | "email": "raynos2@gmail.com" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/ljharb/is-object/issues", |
| 31 | "email": "ljharb@gmail.com" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "contributors": [ |
| 35 | { |
| 36 | "name": "Raynos" |
| 37 | }, |
| 38 | { |
| 39 | "name": "Jordan Harband", |
| 40 | "url": "https://github.com/ljharb" |
| 41 | } |
| 42 | ], |
| 43 | "dependencies": {}, |
| 44 | "deprecated": false, |
| 45 | "description": "Checks whether a value is an object", |
| 46 | "devDependencies": { |
| 47 | "covert": "~1.0.0", |
| 48 | "jscs": "~1.6.0", |
| 49 | "tape": "~2.14.0" |
| 50 | }, |
| 51 | "homepage": "https://github.com/ljharb/is-object", |
| 52 | "keywords": [], |
| 53 | "license": "MIT", |
| 54 | "licenses": [ |
| 55 | { |
| 56 | "type": "MIT", |
| 57 | "url": "http://github.com/ljharb/is-object/raw/master/LICENSE" |
| 58 | } |
| 59 | ], |
| 60 | "main": "index", |
| 61 | "name": "is-object", |
| 62 | "repository": { |
| 63 | "type": "git", |
| 64 | "url": "git://github.com/ljharb/is-object.git" |
| 65 | }, |
| 66 | "scripts": { |
| 67 | "coverage": "covert test/index.js", |
| 68 | "coverage-quiet": "covert test/index.js --quiet", |
| 69 | "lint": "jscs *.js */*.js", |
| 70 | "test": "npm run lint && node test/index.js && npm run coverage-quiet" |
| 71 | }, |
| 72 | "testling": { |
| 73 | "files": "test/index.js", |
| 74 | "browsers": [ |
| 75 | "ie/6..latest", |
| 76 | "firefox/3..6", |
| 77 | "firefox/16..latest", |
| 78 | "firefox/nightly", |
| 79 | "chrome/22..latest", |
| 80 | "chrome/canary", |
| 81 | "opera/10.0", |
| 82 | "opera/11..latest", |
| 83 | "opera/next", |
| 84 | "safari/4..latest", |
| 85 | "ipad/6.0..latest", |
| 86 | "iphone/6.0..latest" |
| 87 | ] |
| 88 | }, |
| 89 | "version": "1.0.1" |
| 90 | } |