package.json 4.45 KB
{
  "_args": [
    [
      {
        "raw": "babel-plugin-add-module-exports@^0.2.1",
        "scope": null,
        "escapedName": "babel-plugin-add-module-exports",
        "name": "babel-plugin-add-module-exports",
        "rawSpec": "^0.2.1",
        "spec": ">=0.2.1 <0.3.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "babel-plugin-add-module-exports@>=0.2.1 <0.3.0",
  "_id": "babel-plugin-add-module-exports@0.2.1",
  "_inCache": true,
  "_location": "/babel-plugin-add-module-exports",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/babel-plugin-add-module-exports-0.2.1.tgz_1463038066899_0.045453027822077274"
  },
  "_npmUser": {
    "name": "59naga",
    "email": "i59naga@icloud.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "babel-plugin-add-module-exports@^0.2.1",
    "scope": null,
    "escapedName": "babel-plugin-add-module-exports",
    "name": "babel-plugin-add-module-exports",
    "rawSpec": "^0.2.1",
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
  "_shasum": "9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25",
  "_shrinkwrap": null,
  "_spec": "babel-plugin-add-module-exports@^0.2.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "abigail": {
    "plugins": {
      "log": false,
      "parse": "raw",
      "watch": false
    }
  },
  "author": {
    "name": "59naga",
    "email": "i59naga@icloud.com",
    "url": "http://berabou.me"
  },
  "bugs": {
    "url": "https://github.com/59naga/babel-plugin-add-module-exports/issues"
  },
  "dependencies": {},
  "description": "Fix babel/babel#2212",
  "devDependencies": {
    "abigail": "^1.6.1",
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.1",
    "babel-plugin-transform-export-extensions": "^6.5.0",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-power-assert": "^1.0.0",
    "chokidar": "^1.4.3",
    "codeclimate-test-reporter": "^0.3.1",
    "eslint": "^2.8.0",
    "eslint-config-standard": "^5.1.0",
    "eslint-plugin-mocha": "^2.2.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.1",
    "mocha": "^2.4.5",
    "npm-statement": "^0.0.0",
    "nyc": "^6.4.0",
    "power-assert": "^1.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25",
    "tarball": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "aa37f68bb570042f57e7213c014fa04e8ff5e59b",
  "homepage": "https://github.com/59naga/babel-plugin-add-module-exports#readme",
  "keywords": [
    "babel-plugin",
    "module.exports"
  ],
  "license": "MIT",
  "main": "lib",
  "maintainers": [
    {
      "name": "59naga",
      "email": "i59naga@icloud.com"
    },
    {
      "name": "lijunle",
      "email": "lijunle@gmail.com"
    }
  ],
  "name": "babel-plugin-add-module-exports",
  "nyc": {
    "exclude": [
      "spec"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/59naga/babel-plugin-add-module-exports.git"
  },
  "scripts": {
    "build": "abby compile --log --env",
    "compile": "abby compile:* --parse serial",
    "compile:copy": "cp test/spec.js spec/spec.js",
    "compile:src": "babel src --out-dir lib --source-maps",
    "compile:test": "babel test --out-dir spec --ignore test/spec.js",
    "compile:version": "babel -V",
    "cover": "abby cover:* --parse serial --launch force",
    "cover:report": "npm-if TRAVIS \"codeclimate-test-reporter < coverage/lcov.info\"",
    "cover:test": "nyc --reporter=lcov --reporter=text npm test",
    "lint": "eslint src test",
    "mocha": "mocha spec/index.js",
    "postversion": "node changelog.js > CHANGELOG.md && git add CHANGELOG.md && echo ':wq' | git commit --amend && git push --follow-tags",
    "start": "abby compile, watch:*",
    "test": "abby compile, mocha.",
    "watch:copy": "abby compile:copy --watch test/spec.js",
    "watch:mocha": "abby mocha --log --watch lib/**/*.js,spec/**/*.js",
    "watch:src": "babel src --out-dir lib --watch",
    "watch:test": "babel test --out-dir spec --ignore test/spec.js --watch"
  },
  "version": "0.2.1"
}