{
  "_from": "validate.io-array@^1.0.6",
  "_id": "validate.io-array@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==",
  "_location": "/validate.io-array",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "validate.io-array@^1.0.6",
    "name": "validate.io-array",
    "escapedName": "validate.io-array",
    "rawSpec": "^1.0.6",
    "saveSpec": null,
    "fetchSpec": "^1.0.6"
  },
  "_requiredBy": [
    "/compute-dims",
    "/utils-copy"
  ],
  "_resolved": "https://registry.npmjs.org/validate.io-array/-/validate.io-array-1.0.6.tgz",
  "_shasum": "5b5a2cafd8f8b85abb2f886ba153f2d93a27774d",
  "_spec": "validate.io-array@^1.0.6",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/compute-dims",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/validate-io/array/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Validates if a value is an array.",
  "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",
    "proxyquire": "^1.4.0"
  },
  "homepage": "https://github.com/validate-io/array#readme",
  "keywords": [
    "validate.io",
    "validate",
    "validation",
    "validator",
    "valid",
    "array",
    "is",
    "isarray",
    "type",
    "check"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "validate.io-array",
  "repository": {
    "type": "git",
    "url": "git://github.com/validate-io/array.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.6"
}
