summaryrefslogtreecommitdiff
path: root/node_modules/cryptiles/package.json
diff options
context:
space:
mode:
authorArman <[email protected]>2018-08-02 16:50:59 -0700
committerArman <[email protected]>2018-08-02 16:50:59 -0700
commit7d5a0696ccc642db0d14aae8677ecada40bf85d1 (patch)
tree1bbbcf2f4c4a3a733326ac2401375f8d891cb2f1 /node_modules/cryptiles/package.json
parentdialog box for adding items (diff)
downloadlauncher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz
launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip
inital commit
Diffstat (limited to 'node_modules/cryptiles/package.json')
-rwxr-xr-xnode_modules/cryptiles/package.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/node_modules/cryptiles/package.json b/node_modules/cryptiles/package.json
deleted file mode 100755
index 0ef9fcf..0000000
--- a/node_modules/cryptiles/package.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "_from": "[email protected]",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=",
- "_location": "/cryptiles",
- "_phantomChildren": {
- "hoek": "4.2.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "[email protected]",
- "name": "cryptiles",
- "escapedName": "cryptiles",
- "rawSpec": "3.x.x",
- "saveSpec": null,
- "fetchSpec": "3.x.x"
- },
- "_requiredBy": [
- "/hawk"
- ],
- "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
- "_shasum": "a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe",
- "_spec": "[email protected]",
- "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/hawk",
- "bugs": {
- "url": "https://github.com/hapijs/cryptiles/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "boom": "5.x.x"
- },
- "deprecated": false,
- "description": "General purpose crypto utilities",
- "devDependencies": {
- "code": "4.x.x",
- "lab": "13.x.x"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "homepage": "https://github.com/hapijs/cryptiles#readme",
- "keywords": [
- "cryptography",
- "security",
- "utilites"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "cryptiles",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/cryptiles.git"
- },
- "scripts": {
- "test": "lab -a code -t 100 -L",
- "test-cov-html": "lab -a code -r html -o coverage.html"
- },
- "version": "3.1.2"
-}