{
  "_from": "compute-dims@^1.1.0",
  "_id": "compute-dims@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-YHMiIKjH/8Eom8zATk3g8/lH3HxGCZcVQyEfEoVrfWI7od/WRpTgRGShnei3jArYSx77mQqPxZNokjGHCdLfxg==",
  "_location": "/compute-dims",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compute-dims@^1.1.0",
    "name": "compute-dims",
    "escapedName": "compute-dims",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/pxls"
  ],
  "_resolved": "https://registry.npmjs.org/compute-dims/-/compute-dims-1.1.0.tgz",
  "_shasum": "6d5b712929b6c531af3b4d580ed5adacbbd77e0c",
  "_spec": "compute-dims@^1.1.0",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/pxls",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/compute-io/dims/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "dependencies": {
    "utils-copy": "^1.0.0",
    "validate.io-array": "^1.0.6",
    "validate.io-matrix-like": "^1.0.2",
    "validate.io-ndarray-like": "^1.0.0",
    "validate.io-positive-integer": "^1.0.0"
  },
  "deprecated": false,
  "description": "Computes array dimensions.",
  "devDependencies": {
    "chai": "3.x.x",
    "coveralls": "^2.11.1",
    "dstructs-matrix": "^2.0.0",
    "istanbul": "^0.3.0",
    "jshint": "2.x.x",
    "jshint-stylish": "2.x.x",
    "mocha": "2.x.x"
  },
  "homepage": "https://github.com/compute-io/dims#readme",
  "keywords": [
    "compute.io",
    "compute",
    "computation",
    "array",
    "utilities",
    "utils",
    "dimensions",
    "size",
    "shape",
    "dims"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "compute-dims",
  "repository": {
    "type": "git",
    "url": "git://github.com/compute-io/dims.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.1.0"
}
