package.json 1.81 KB
{
  "_from": "yael@^1.2.1",
  "_id": "yael@1.2.2",
  "_inBundle": false,
  "_integrity": "sha1-aoOHTpEVWwHJi2gAh1/RDekzCRM=",
  "_location": "/yael",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "yael@^1.2.1",
    "name": "yael",
    "escapedName": "yael",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/yael-autoencrypt"
  ],
  "_resolved": "https://registry.npmjs.org/yael/-/yael-1.2.2.tgz",
  "_shasum": "6a83874e91155b01c98b6800875fd10de9330913",
  "_spec": "yael@^1.2.1",
  "_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT\\node_modules\\yael-autoencrypt",
  "author": {
    "name": "William Hilton",
    "email": "wmhilton@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/wmhilton/node-yael/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "semver": "^5.1.0"
  },
  "deprecated": false,
  "description": "Yet Another Encryption Library (This one is better!)",
  "devDependencies": {
    "chai": "^3.4.1",
    "codecov.io": "^0.1.6",
    "coffee-coverage": "^0.7.0",
    "coffee-script": "^1.9.2",
    "istanbul": "^0.4.1",
    "mocha": "^2.2.4"
  },
  "engines": {
    "node": ">=0.11.11"
  },
  "homepage": "https://github.com/wmhilton/node-yael",
  "keywords": [
    "aes-256-gcm",
    "easy",
    "encryption",
    "encrypt",
    "decrypt",
    "crypto"
  ],
  "license": "MIT",
  "main": "yael",
  "name": "yael",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wmhilton/node-yael.git"
  },
  "scripts": {
    "posttest": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js",
    "prepublish": "coffee -c ./",
    "pretest": "rm -f *.js",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
  },
  "version": "1.2.2"
}