{ "_from": "validate.io-ndarray-like@^1.0.0", "_id": "validate.io-ndarray-like@1.0.0", "_inBundle": false, "_integrity": "sha1-2KOw7RZbvx0vwNAHMnDPpVIpWRk=", "_location": "/validate.io-ndarray-like", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "validate.io-ndarray-like@^1.0.0", "name": "validate.io-ndarray-like", "escapedName": "validate.io-ndarray-like", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/compute-dims" ], "_resolved": "https://registry.npmjs.org/validate.io-ndarray-like/-/validate.io-ndarray-like-1.0.0.tgz", "_shasum": "d8a3b0ed165bbf1d2fc0d0073270cfa552295919", "_spec": "validate.io-ndarray-like@^1.0.0", "_where": "/home/sigonasr2/divar/server/node_modules/compute-dims", "author": { "name": "Athan Reines", "email": "kgryte@gmail.com" }, "bugs": { "url": "https://github.com/validate-io/ndarray-like/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Athan Reines", "email": "kgryte@gmail.com" } ], "dependencies": {}, "deprecated": false, "description": "Validates if a value is ndarray-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/ndarray-like#readme", "keywords": [ "validate.io", "validate", "validation", "validator", "valid", "ndarray", "ndarraylike", "is", "isndarray", "compute.io", "compute" ], "license": "MIT", "main": "./lib", "name": "validate.io-ndarray-like", "repository": { "type": "git", "url": "git://github.com/validate-io/ndarray-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.0" }