123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "is-object@^1.0.1",
- "/home/seleznev/project Angular/Quality system/node_modules/isurl"
- ]
- ],
- "_from": "is-object@>=1.0.1 <2.0.0",
- "_id": "is-object@1.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/is-object",
- "_npmUser": {
- "email": "ljharb@gmail.com",
- "name": "ljharb"
- },
- "_npmVersion": "1.4.23",
- "_phantomChildren": {},
- "_requested": {
- "name": "is-object",
- "raw": "is-object@^1.0.1",
- "rawSpec": "^1.0.1",
- "scope": null,
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/isurl"
- ],
- "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
- "_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
- "_shrinkwrap": null,
- "_spec": "is-object@^1.0.1",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/isurl",
- "author": {
- "email": "raynos2@gmail.com",
- "name": "Raynos"
- },
- "bugs": {
- "email": "ljharb@gmail.com",
- "url": "https://github.com/ljharb/is-object/issues"
- },
- "contributors": [
- {
- "name": "Raynos"
- },
- {
- "name": "Jordan Harband",
- "url": "https://github.com/ljharb"
- }
- ],
- "dependencies": {},
- "description": "Checks whether a value is an object",
- "devDependencies": {
- "covert": "~1.0.0",
- "jscs": "~1.6.0",
- "tape": "~2.14.0"
- },
- "directories": {},
- "dist": {
- "shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
- "tarball": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz"
- },
- "gitHead": "391812229f7de8e4778e1ed5dee824206c2534b9",
- "homepage": "https://github.com/ljharb/is-object",
- "keywords": [],
- "license": "MIT",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
- }
- ],
- "main": "index",
- "maintainers": [
- {
- "name": "raynos",
- "email": "raynos2@gmail.com"
- },
- {
- "name": "ljharb",
- "email": "ljharb@gmail.com"
- }
- ],
- "name": "is-object",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/ljharb/is-object.git"
- },
- "scripts": {
- "coverage": "covert test/index.js",
- "coverage-quiet": "covert test/index.js --quiet",
- "lint": "jscs *.js */*.js",
- "test": "npm run lint && node test/index.js && npm run coverage-quiet"
- },
- "testling": {
- "browsers": [
- "chrome/22..latest",
- "chrome/canary",
- "firefox/16..latest",
- "firefox/3..6",
- "firefox/nightly",
- "ie/6..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest",
- "opera/10.0",
- "opera/11..latest",
- "opera/next",
- "safari/4..latest"
- ],
- "files": "test/index.js"
- },
- "version": "1.0.1"
- }
|