{
  "_args": [
    [
      "simple-crypto-js@2.2.0",
      "/var/www/kotelnikovo/server"
    ]
  ],
  "_from": "simple-crypto-js@2.2.0",
  "_id": "simple-crypto-js@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-noEQl72TKmQCc46mKO1dg5jB0/M5caFckDreku68Wv6MXb/aue0I/P7RfNLWYqN/aHQjTolZB1w5AM84dIlkMw==",
  "_location": "/simple-crypto-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simple-crypto-js@2.2.0",
    "name": "simple-crypto-js",
    "escapedName": "simple-crypto-js",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/simple-crypto-js/-/simple-crypto-js-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/var/www/kotelnikovo/server",
  "author": {
    "name": "https://github.com/danang-id"
  },
  "bugs": {
    "url": "https://github.com/danang-id/simple-crypto-js/issues"
  },
  "dependencies": {
    "crypto-js": "^3.1.9-1"
  },
  "description": "Simplify AES encryption and decryption of any JavaScript objects, implementing crypto-js library.",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^0.1.3",
    "@types/chai": "^4.1.7",
    "@types/crypto-js": "^3.1.43",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.9",
    "@types/uglify-js": "^3.0.4",
    "chai": "^4.1.2",
    "coveralls": "^3.0.5",
    "cross-env": "^5.2.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "ts-loader": "^6.0.4",
    "ts-node": "^6.2.0",
    "typescript": "^2.9.2",
    "uglify-js": "^3.6.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.6"
  },
  "files": [
    "build/*",
    "dist/*"
  ],
  "homepage": "https://github.com/danang-id/simple-crypto-js",
  "license": "MIT",
  "main": "build/SimpleCrypto.js",
  "name": "simple-crypto-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danang-id/simple-crypto-js.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "coverage": "cross-env NODE_ENV=test nyc report --reporter=text-lcov | coveralls",
    "dist": "webpack --config webpack.config.js && ts-node scripts/minify.ts",
    "test": "cross-env NODE_ENV=test nyc mocha 'test/**/*.test.ts'",
    "test:watch": "cross-env NODE_ENV=test nyc mocha --watch 'test/**/*.test.ts'"
  },
  "version": "2.2.0"
}
