Gazebo_simulation-Frontend/node_modules/babel-extract-comments/package.json
2020-12-22 09:59:14 -05:00

97 lines
2.2 KiB
JSON

{
"_args": [
[
"babel-extract-comments@1.0.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_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": "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.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"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"
}