package.json 1.69 KB
{
  "_from": "scmp@^2.1.0",
  "_id": "scmp@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==",
  "_location": "/scmp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "scmp@^2.1.0",
    "name": "scmp",
    "escapedName": "scmp",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/passport-local-mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/scmp/-/scmp-2.1.0.tgz",
  "_shasum": "37b8e197c425bdeb570ab91cc356b311a11f9c9a",
  "_spec": "scmp@^2.1.0",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/passport-local-mongoose",
  "author": {
    "name": "Sean Lavine"
  },
  "bugs": {
    "url": "https://github.com/freewil/scmp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "safe, constant-time comparison of Buffers",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "mocha": "^6.2.0",
    "safe-buffer": "^5.1.2",
    "standard": "^14.3.1"
  },
  "homepage": "https://github.com/freewil/scmp#readme",
  "keywords": [
    "safe-compare",
    "compare",
    "time-equivalent-comparison",
    "time equivalent",
    "constant-time",
    "constant time"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "scmp",
  "repository": {
    "type": "git",
    "url": "git://github.com/freewil/scmp.git"
  },
  "scripts": {
    "posttest": "node benchmark/benchmark.js && node benchmark/crypto-check.js",
    "pretest": "standard --verbose",
    "test": "mocha"
  },
  "version": "2.1.0"
}