1{ 2 "_from": "assert-plus@^1.0.0", 3 "_id": "assert-plus@1.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", 6 "_location": "/assert-plus", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "assert-plus@^1.0.0", 12 "name": "assert-plus", 13 "escapedName": "assert-plus", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/http-signature" 20 ], 21 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 22 "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525", 23 "_spec": "assert-plus@^1.0.0", 24 "_where": "/Users/zkat/Documents/code/work/npm/node_modules/http-signature", 25 "author": { 26 "name": "Mark Cavage", 27 "email": "mcavage@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/mcavage/node-assert-plus/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Dave Eddy", 36 "email": "dave@daveeddy.com" 37 }, 38 { 39 "name": "Fred Kuo", 40 "email": "fred.kuo@joyent.com" 41 }, 42 { 43 "name": "Lars-Magnus Skog", 44 "email": "ralphtheninja@riseup.net" 45 }, 46 { 47 "name": "Mark Cavage", 48 "email": "mcavage@gmail.com" 49 }, 50 { 51 "name": "Patrick Mooney", 52 "email": "pmooney@pfmooney.com" 53 }, 54 { 55 "name": "Rob Gulewich", 56 "email": "robert.gulewich@joyent.com" 57 } 58 ], 59 "dependencies": {}, 60 "deprecated": false, 61 "description": "Extra assertions on top of node's assert module", 62 "devDependencies": { 63 "faucet": "0.0.1", 64 "tape": "4.2.2" 65 }, 66 "engines": { 67 "node": ">=0.8" 68 }, 69 "homepage": "https://github.com/mcavage/node-assert-plus#readme", 70 "license": "MIT", 71 "main": "./assert.js", 72 "name": "assert-plus", 73 "optionalDependencies": {}, 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/mcavage/node-assert-plus.git" 77 }, 78 "scripts": { 79 "test": "tape tests/*.js | ./node_modules/.bin/faucet" 80 }, 81 "version": "1.0.0" 82} 83