diff options
| author | Arman <[email protected]> | 2018-08-02 16:50:59 -0700 |
|---|---|---|
| committer | Arman <[email protected]> | 2018-08-02 16:50:59 -0700 |
| commit | 7d5a0696ccc642db0d14aae8677ecada40bf85d1 (patch) | |
| tree | 1bbbcf2f4c4a3a733326ac2401375f8d891cb2f1 /node_modules/hawk/package.json | |
| parent | dialog box for adding items (diff) | |
| download | launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip | |
inital commit
Diffstat (limited to 'node_modules/hawk/package.json')
| -rwxr-xr-x | node_modules/hawk/package.json | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/node_modules/hawk/package.json b/node_modules/hawk/package.json deleted file mode 100755 index 424ff42..0000000 --- a/node_modules/hawk/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "_from": "hawk@~6.0.2", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ==", - "_location": "/hawk", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "hawk@~6.0.2", - "name": "hawk", - "escapedName": "hawk", - "rawSpec": "~6.0.2", - "saveSpec": null, - "fetchSpec": "~6.0.2" - }, - "_requiredBy": [ - "/request" - ], - "_resolved": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz", - "_shasum": "af4d914eb065f9b5ce4d9d11c1cb2126eecc3038", - "_spec": "hawk@~6.0.2", - "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/request", - "author": { - "name": "Eran Hammer", - "email": "[email protected]", - "url": "http://hueniverse.com" - }, - "babel": { - "presets": [ - "es2015" - ] - }, - "browser": "dist/browser.js", - "bugs": { - "url": "https://github.com/hueniverse/hawk/issues" - }, - "bundleDependencies": false, - "dependencies": { - "boom": "4.x.x", - "cryptiles": "3.x.x", - "hoek": "4.x.x", - "sntp": "2.x.x" - }, - "deprecated": false, - "description": "HTTP Hawk Authentication Scheme", - "devDependencies": { - "babel-cli": "^6.1.2", - "babel-preset-es2015": "^6.1.2", - "code": "4.x.x", - "lab": "14.x.x" - }, - "engines": { - "node": ">=4.5.0" - }, - "homepage": "https://github.com/hueniverse/hawk#readme", - "keywords": [ - "http", - "authentication", - "scheme", - "hawk" - ], - "license": "BSD-3-Clause", - "main": "lib/index.js", - "name": "hawk", - "repository": { - "type": "git", - "url": "git://github.com/hueniverse/hawk.git" - }, - "scripts": { - "build-client": "mkdir -p dist; babel lib/browser.js --out-file dist/browser.js", - "prepublish": "npm run-script build-client", - "test": "lab -a code -t 100 -L", - "test-cov-html": "lab -a code -r html -o coverage.html" - }, - "version": "6.0.2" -} |