{
  "_args": [
    [
      {
        "raw": "reflect-metadata@^0.1.2",
        "scope": null,
        "escapedName": "reflect-metadata",
        "name": "reflect-metadata",
        "rawSpec": "^0.1.2",
        "spec": ">=0.1.2 <0.2.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/@angular/compiler-cli"
    ]
  ],
  "_from": "reflect-metadata@>=0.1.2 <0.2.0",
  "_id": "reflect-metadata@0.1.8",
  "_inCache": true,
  "_location": "/reflect-metadata",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/reflect-metadata-0.1.8.tgz_1470784336772_0.628053993685171"
  },
  "_npmUser": {
    "name": "rbuckton",
    "email": "rbuckton@chronicles.org"
  },
  "_npmVersion": "3.4.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "reflect-metadata@^0.1.2",
    "scope": null,
    "escapedName": "reflect-metadata",
    "name": "reflect-metadata",
    "rawSpec": "^0.1.2",
    "spec": ">=0.1.2 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@angular/compiler-cli"
  ],
  "_resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.8.tgz",
  "_shasum": "72426d570b60776e3688968bd5ab9537a15cecf6",
  "_shrinkwrap": null,
  "_spec": "reflect-metadata@^0.1.2",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/@angular/compiler-cli",
  "author": {
    "name": "Ron Buckton",
    "email": "ron.buckton@microsoft.com",
    "url": "http://github.com/rbuckton"
  },
  "bugs": {
    "url": "https://github.com/rbuckton/ReflectDecorators/issues"
  },
  "dependencies": {},
  "description": "Polyfill for Metadata Reflection API",
  "devDependencies": {
    "typescript": "^1.7.5"
  },
  "directories": {},
  "dist": {
    "shasum": "72426d570b60776e3688968bd5ab9537a15cecf6",
    "tarball": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.8.tgz"
  },
  "gitHead": "d737a908100aa8ca7f083f815f06875cb80a217e",
  "homepage": "http://rbuckton.github.io/ReflectDecorators",
  "keywords": [
    "decorator",
    "metadata",
    "javascript",
    "reflect"
  ],
  "license": "Apache-2.0",
  "licenses": [
    {
      "license": "Apache-2.0",
      "url": "http://github.com/rbuckton/ReflectDecorators/raw/master/LICENSE"
    }
  ],
  "main": "Reflect.js",
  "maintainers": [
    {
      "name": "rbuckton",
      "email": "rbuckton@chronicles.org"
    }
  ],
  "name": "reflect-metadata",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbuckton/ReflectDecorators.git"
  },
  "scripts": {
    "build": "tsc",
    "build-test": "tsc --project ./test/",
    "prepublish": "npm run test",
    "test": "npm run build & npm run build-test & node ./temp/test/run.js"
  },
  "typescript": {
    "definition": "Reflect.d.ts"
  },
  "typings": "typings.d.ts",
  "version": "0.1.8"
}
