{ "_from": "core-assert@^0.2.0", "_id": "core-assert@0.2.1", "_inBundle": false, "_integrity": "sha1-+F4s+b/tKPdzzIs/pcW2m9wC/j8=", "_location": "/core-assert", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "core-assert@^0.2.0", "name": "core-assert", "escapedName": "core-assert", "rawSpec": "^0.2.0", "saveSpec": null, "fetchSpec": "^0.2.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/core-assert/-/core-assert-0.2.1.tgz", "_shasum": "f85e2cf9bfed28f773cc8b3fa5c5b69bdc02fe3f", "_spec": "core-assert@^0.2.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/ava", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/core-assert/issues" }, "bundleDependencies": false, "dependencies": { "buf-compare": "^1.0.0", "is-error": "^2.2.0" }, "deprecated": false, "description": "Node.js `assert` as a standalone module", "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/core-assert#readme", "keywords": [ "builtin", "core", "ponyfill", "polyfill", "shim", "assert", "assertion", "test", "testing", "deep", "strict", "equal", "equality", "eq", "same" ], "license": "MIT", "name": "core-assert", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/core-assert.git" }, "scripts": { "test": "node test/test.js" }, "version": "0.2.1" }