{
  "_from": "validate.io-matrix-like@^1.0.2",
  "_id": "validate.io-matrix-like@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-XsMqddCInaxzbepovdYUWxVe38M=",
  "_location": "/validate.io-matrix-like",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "validate.io-matrix-like@^1.0.2",
    "name": "validate.io-matrix-like",
    "escapedName": "validate.io-matrix-like",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/compute-dims"
  ],
  "_resolved": "https://registry.npmjs.org/validate.io-matrix-like/-/validate.io-matrix-like-1.0.2.tgz",
  "_shasum": "5ec32a75d0889dac736dea68bdd6145b155edfc3",
  "_spec": "validate.io-matrix-like@^1.0.2",
  "_where": "/home/sigonasr2/divar/server/node_modules/compute-dims",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/validate-io/matrix-like/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Validates if a value is matrix-like.",
  "devDependencies": {
    "chai": "2.x.x",
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.0",
    "jshint": "2.x.x",
    "jshint-stylish": "^1.0.0",
    "mocha": "2.x.x"
  },
  "homepage": "https://github.com/validate-io/matrix-like#readme",
  "keywords": [
    "validate.io",
    "validate",
    "validation",
    "validator",
    "valid",
    "matrix",
    "matrixlike",
    "is",
    "ismatrix",
    "compute.io",
    "compute",
    "type",
    "class",
    "data",
    "structure",
    "dstructs"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "validate.io-matrix-like",
  "repository": {
    "type": "git",
    "url": "git://github.com/validate-io/matrix-like.git"
  },
  "scripts": {
    "coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls",
    "test": "mocha",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
  },
  "version": "1.0.2"
}