{
  "_args": [
    [
      "rttc@9.3.3",
      "/app"
    ]
  ],
  "_from": "rttc@9.3.3",
  "_id": "rttc@9.3.3",
  "_inBundle": false,
  "_integrity": "sha1-YL25KXLPRnNIjwrFaAf2l7EEEig=",
  "_location": "/rttc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rttc@9.3.3",
    "name": "rttc",
    "escapedName": "rttc",
    "rawSpec": "9.3.3",
    "saveSpec": null,
    "fetchSpec": "9.3.3"
  },
  "_requiredBy": [
    "/sails",
    "/sails-hook-orm"
  ],
  "_resolved": "https://registry.npmjs.org/rttc/-/rttc-9.3.3.tgz",
  "_spec": "9.3.3",
  "_where": "/app",
  "author": {
    "name": "Cody Stoltman",
    "email": "@particlebanana"
  },
  "bugs": {
    "url": "http://github.com/node-machine/rttc/issues"
  },
  "contributors": [
    {
      "name": "Mike McNeil",
      "email": "@mikermcneil"
    },
    {
      "name": "Scott Gress",
      "email": "@sgress454"
    }
  ],
  "dependencies": {
    "lodash": "^3.8.0"
  },
  "description": "Runtime type-checking for JavaScript.",
  "devDependencies": {
    "mocha": "^2.1.0"
  },
  "engines": {
    "node": ">= 0.10.0",
    "npm": ">= 1.4.0"
  },
  "homepage": "https://github.com/node-machine/rttc#readme",
  "keywords": [
    "type-checking",
    "validation",
    "typed-javascript"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "rttc",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-machine/rttc.git"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha --recursive -R dot"
  },
  "version": "9.3.3"
}
