package.json 2.35 KB
{
  "_from": "asmcrypto.js@^0.22.0",
  "_id": "asmcrypto.js@0.22.0",
  "_inBundle": false,
  "_integrity": "sha512-usgMoyXjMbx/ZPdzTSXExhMPur2FTdz/Vo5PVx2gIaBcdAAJNOFlsdgqveM8Cff7W0v+xrf9BwjOV26JSAF9qA==",
  "_location": "/asmcrypto.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "asmcrypto.js@^0.22.0",
    "name": "asmcrypto.js",
    "escapedName": "asmcrypto.js",
    "rawSpec": "^0.22.0",
    "saveSpec": null,
    "fetchSpec": "^0.22.0"
  },
  "_requiredBy": [
    "/isomorphic-webcrypto"
  ],
  "_resolved": "https://registry.npmjs.org/asmcrypto.js/-/asmcrypto.js-0.22.0.tgz",
  "_shasum": "38fc1440884d802c7bd37d1d23c2b26a5cd5d2d2",
  "_spec": "asmcrypto.js@^0.22.0",
  "_where": "C:\\Projects\\guntsi\\gun\\node_modules\\isomorphic-webcrypto",
  "author": {
    "name": "Artem S Vybornov",
    "email": "vybornov@gmail.com",
    "url": "https://github.com/vibornoff"
  },
  "bugs": {
    "url": "https://github.com/vibornoff/asmcrypto.js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ádám Lippai",
      "email": "adam@rigo.sk",
      "url": "https://github.com/alippai"
    },
    {
      "name": "Ximin Luo",
      "email": "infinity0@pwned.gg",
      "url": "https://github.com/infinity0"
    }
  ],
  "deprecated": false,
  "description": "Asm.js implementation of WebCrypto API",
  "devDependencies": {
    "grunt": "~1.0",
    "grunt-cli": "~1.2",
    "grunt-contrib-clean": "~1.1",
    "grunt-contrib-concat": "~1.0",
    "grunt-contrib-connect": "~1.0",
    "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
    "grunt-contrib-watch": "~1.0",
    "grunt-jsdoc": "~2.2",
    "grunt-rollup": "^9.0.0",
    "grunt-shell": "^2.1.0",
    "prettier": "^1.10.2",
    "qunit-puppeteer": "^1.0.1",
    "uglify-es": "^3.3.4"
  },
  "homepage": "https://github.com/vibornoff/asmcrypto.js",
  "license": "MIT",
  "main": "asmcrypto.js",
  "module": "asmcrypto.mjs",
  "name": "asmcrypto.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vibornoff/asmcrypto.js.git"
  },
  "scripts": {
    "prepublish": "grunt && grunt esm && grunt all",
    "prettier": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\" --print-width 120",
    "test": "grunt test"
  },
  "typings": "./asmcrypto.js.d.ts",
  "version": "0.22.0"
}