123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "basic-auth@^1.1.0",
- "_id": "basic-auth@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=",
- "_location": "/basic-auth",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "basic-auth@^1.1.0",
- "name": "basic-auth",
- "escapedName": "basic-auth",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "/@ionic/cli-utils"
- ],
- "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz",
- "_shasum": "45221ee429f7ee1e5035be3f51533f1cdfd29884",
- "_spec": "basic-auth@^1.1.0",
- "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/@ionic/cli-utils",
- "bugs": {
- "url": "https://github.com/jshttp/basic-auth/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "node.js basic auth parser",
- "devDependencies": {
- "eslint": "3.10.2",
- "eslint-config-standard": "6.2.1",
- "eslint-plugin-markdown": "1.0.0-beta.3",
- "eslint-plugin-promise": "3.4.0",
- "eslint-plugin-standard": "2.0.1",
- "istanbul": "0.4.5",
- "mocha": "1.21.5"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "HISTORY.md",
- "LICENSE",
- "index.js"
- ],
- "homepage": "https://github.com/jshttp/basic-auth#readme",
- "keywords": [
- "basic",
- "auth",
- "authorization",
- "basicauth"
- ],
- "license": "MIT",
- "name": "basic-auth",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/basic-auth.git"
- },
- "scripts": {
- "lint": "eslint --plugin markdown --ext js,md .",
- "test": "mocha --check-leaks --reporter spec --bail",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
- },
- "version": "1.1.0"
- }
|