12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "babel-extract-comments@1.0.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "babel-extract-comments@1.0.0",
- "_id": "babel-extract-comments@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-Cirt+BQX7TkbheGLRhTmk6A1GiE=",
- "_location": "/babel-extract-comments",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.nlark.com/babel-extract-comments/download/babel-extract-comments-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/babel-extract-comments/issues"
- },
- "dependencies": {
- "babylon": "^6.18.0"
- },
- "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"
- }
|