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