package.json 1.37 KB
{
  "_from": "dottie@^1.0.0",
  "_id": "dottie@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-RcKj9IvWUo7u0memmoSOqspvqmo=",
  "_location": "/dottie",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dottie@^1.0.0",
    "name": "dottie",
    "escapedName": "dottie",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/dottie/-/dottie-1.1.1.tgz",
  "_shasum": "45c2a3f48bd6528eeed267a69a848eaaca6faa6a",
  "_spec": "dottie@^1.0.0",
  "_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/sequelize",
  "author": {
    "name": "Mick Hansen",
    "email": "maker@mhansen.io"
  },
  "bugs": {
    "url": "https://github.com/mickhansen/dottie.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Fast and safe nested object access and manipulation in JavaScript",
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~1.14.0"
  },
  "homepage": "https://github.com/mickhansen/dottie.js#readme",
  "main": "dottie.js",
  "name": "dottie",
  "repository": {
    "type": "git",
    "url": "git://github.com/mickhansen/dottie.js.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -t 5000 -s 100 --reporter spec test/"
  },
  "version": "1.1.1"
}