{
  "_from": "getmodule@^1.0.0",
  "_id": "getmodule@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-fZ3WrN005H7La3vMlzzLzsXSG4o=",
  "_location": "/getmodule",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "getmodule@^1.0.0",
    "name": "getmodule",
    "escapedName": "getmodule",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/getmodule/-/getmodule-1.0.0.tgz",
  "_shasum": "7d9dd6acdd34e47ecb6b7bcc973ccbcec5d21b8a",
  "_spec": "getmodule@^1.0.0",
  "_where": "C:\\Projeto-chaordic",
  "author": {
    "name": "Fernando Daciuk",
    "email": "f.daciuk+npmjs@gmail.com",
    "url": "http://da2k.com.br/"
  },
  "bugs": {
    "url": "https://github.com/fdaciuk/getmodule/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Include local modules relative to your root path",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "gulp": "^3.8.10",
    "gulp-istanbul": "^0.5.0",
    "gulp-mocha": "^2.0.0",
    "mocha": "^2.1.0",
    "mocha-lcov-reporter": "0.0.1",
    "should": "^4.4.2"
  },
  "homepage": "https://github.com/fdaciuk/getmodule",
  "keywords": [
    "include",
    "require",
    "relative",
    "path"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "getmodule",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fdaciuk/getmodule.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha tests/**/*.js -- --timeout 25600",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test": "gulp test"
  },
  "version": "1.0.0"
}
