- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/assert-plus/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Mark Cavage <mcavage@gmail.com>", 3 "name": "assert-plus", 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": {}, 4 70 "description": "Extra assertions on top of node's assert module", 5 "version": "1.0.0",6 "license": "MIT",7 "main": "./assert.js",8 71 "devDependencies": { 9 "tape": "4.2.2", 10 "faucet": "0.0.1" 11 }, 12 "optionalDependencies": {}, 13 "scripts": { 14 "test": "./node_modules/.bin/tape tests/*.js | ./node_modules/.bin/faucet" 15 }, 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/mcavage/node-assert-plus.git" 72 "faucet": "0.0.1", 73 "tape": "4.2.2" 19 74 }, 20 75 "engines": { 21 76 "node": ">=0.8" 22 } 77 }, 78 "homepage": "https://github.com/mcavage/node-assert-plus#readme", 79 "license": "MIT", 80 "main": "./assert.js", 81 "name": "assert-plus", 82 "optionalDependencies": {}, 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/mcavage/node-assert-plus.git" 86 }, 87 "scripts": { 88 "test": "tape tests/*.js | ./node_modules/.bin/faucet" 89 }, 90 "version": "1.0.0" 23 91 }
Note:
See TracChangeset
for help on using the changeset viewer.