{
  "_from": "babel-plugin-transform-decorators-legacy@^1.3.5",
  "_id": "babel-plugin-transform-decorators-legacy@1.3.5",
  "_inBundle": false,
  "_integrity": "sha512-jYHwjzRXRelYQ1uGm353zNzf3QmtdCfvJbuYTZ4gKveK7M9H1fs3a5AKdY1JUDl0z97E30ukORW1dzhWvsabtA==",
  "_location": "/babel-plugin-transform-decorators-legacy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-plugin-transform-decorators-legacy@^1.3.5",
    "name": "babel-plugin-transform-decorators-legacy",
    "escapedName": "babel-plugin-transform-decorators-legacy",
    "rawSpec": "^1.3.5",
    "saveSpec": null,
    "fetchSpec": "^1.3.5"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.5.tgz",
  "_shasum": "0e492dffa0edd70529072887f8aa86d4dd8b40a1",
  "_spec": "babel-plugin-transform-decorators-legacy@^1.3.5",
  "_where": "/Users/scholar/Desktop/study_source_code/vue_ssr",
  "author": {
    "name": "Logan Smyth",
    "email": "loganfsmyth@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "babel-plugin-syntax-decorators": "^6.1.18",
    "babel-runtime": "^6.2.0",
    "babel-template": "^6.3.0"
  },
  "deprecated": false,
  "description": "A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.",
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "babel-plugin-transform-class-properties": "^6.3.0",
    "babel-plugin-transform-runtime": "^6.1.18",
    "babel-preset-es2015": "^6.1.18",
    "chai": "^3.4.1",
    "mocha": "^2.3.4"
  },
  "homepage": "https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy#readme",
  "keywords": [
    "babel",
    "babel-plugin",
    "es7",
    "decorators"
  ],
  "license": "MIT",
  "main": "lib",
  "name": "babel-plugin-transform-decorators-legacy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "prepublish": "npm run build",
    "test": "babel-node node_modules/.bin/_mocha -- test",
    "watch": "babel src -d lib -w"
  },
  "version": "1.3.5"
}
