{
  "_from": "deprecated-decorator@^0.1.6",
  "_id": "deprecated-decorator@0.1.6",
  "_inBundle": false,
  "_integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc=",
  "_location": "/deprecated-decorator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "deprecated-decorator@^0.1.6",
    "name": "deprecated-decorator",
    "escapedName": "deprecated-decorator",
    "rawSpec": "^0.1.6",
    "saveSpec": null,
    "fetchSpec": "^0.1.6"
  },
  "_requiredBy": [
    "/graphql-tools"
  ],
  "_resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz",
  "_shasum": "00966317b7a12fe92f3cc831f7583af329b86c37",
  "_spec": "deprecated-decorator@^0.1.6",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/graphql-tools",
  "author": {
    "name": "vilicvane"
  },
  "bugs": {
    "url": "https://github.com/vilic/deprecated-decorator/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple decorator for deprecated methods and properties.",
  "devDependencies": {
    "chai": "latest",
    "mocha": "latest",
    "sinon": "latest",
    "source-map-support": "latest",
    "typescript": "latest"
  },
  "homepage": "https://github.com/vilic/deprecated-decorator#readme",
  "keywords": [
    "deprecated",
    "decorator",
    "typescript",
    "babel",
    "es7"
  ],
  "license": "MIT",
  "main": "bld/index.js",
  "name": "deprecated-decorator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vilic/deprecated-decorator.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "node node_modules/mocha/bin/_mocha"
  },
  "typings": "bld/index.d.ts",
  "version": "0.1.6"
}