package.json 1.47 KB
{
  "_from": "shimmer@1.1.0",
  "_id": "shimmer@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-l9c3cTf/u6tCVSLkKf4KqJpIizU=",
  "_location": "/shimmer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "shimmer@1.1.0",
    "name": "shimmer",
    "escapedName": "shimmer",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.1.0.tgz",
  "_shasum": "97d7377137ffbbab425522e429fe0aa89a488b35",
  "_spec": "shimmer@1.1.0",
  "_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/sequelize",
  "author": {
    "name": "Forrest L Norvell",
    "email": "ogd@aoaioxxysz.net"
  },
  "bugs": {
    "url": "https://github.com/othiym23/shimmer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Safe(r) monkeypatching for JavaScript.",
  "devDependencies": {
    "sinon": "^1.17.2",
    "standard": "^5.3.1",
    "tap": "^2.2.0"
  },
  "homepage": "https://github.com/othiym23/shimmer#readme",
  "keywords": [
    "monkeypatch",
    "swizzle",
    "wrapping",
    "danger",
    "hmm",
    "shim"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "shimmer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/othiym23/shimmer.git"
  },
  "scripts": {
    "test": "standard && tap test/*.tap.js --coverage"
  },
  "version": "1.1.0"
}