You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.2 KiB
93 lines
2.2 KiB
{ |
|
"_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": "/home/f2256342/forge/udemy-react/burger/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" |
|
}
|
|
|