package.json 2.25 KB
{
  "_from": "babel-extract-comments@^1.0.0",
  "_id": "babel-extract-comments@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==",
  "_location": "/babel-extract-comments",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-extract-comments@^1.0.0",
    "name": "babel-extract-comments",
    "escapedName": "babel-extract-comments",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/strip-comments"
  ],
  "_resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz",
  "_shasum": "0a2aedf81417ed391b85e18b4614e693a0351a21",
  "_spec": "babel-extract-comments@^1.0.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\strip-comments",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/babel-extract-comments/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "babylon": "^6.18.0"
  },
  "deprecated": false,
  "description": "Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.",
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "^3.5.3"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/babel-extract-comments",
  "keywords": [
    "babel",
    "block",
    "code",
    "comment",
    "comments",
    "context",
    "extract",
    "glob",
    "javascript",
    "parse"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "babel-extract-comments",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/babel-extract-comments.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "esprima-extract-comments",
        "extract-comments",
        "js-comments",
        "parse-comments"
      ]
    },
    "lint": {
      "reflinks": true
    }
  },
  "version": "1.0.0"
}