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.
77 lines
2.1 KiB
77 lines
2.1 KiB
4 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"multilang-extract-comments@0.3.3",
|
||
|
"/home/lefos/repos/swarmlab-playground-client"
|
||
|
]
|
||
|
],
|
||
|
"_from": "multilang-extract-comments@0.3.3",
|
||
|
"_id": "multilang-extract-comments@0.3.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-9NqT+Cf1yvM/eYp+ILUczzz2ca4upYbdQQwSn550ldFA7hX2WVZzo7jaddFkSfq6EkIkPaeWBL+LP+BZuHK0oA==",
|
||
|
"_location": "/multilang-extract-comments",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "multilang-extract-comments@0.3.3",
|
||
|
"name": "multilang-extract-comments",
|
||
|
"escapedName": "multilang-extract-comments",
|
||
|
"rawSpec": "0.3.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.3.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/multilang-extract-comments/-/multilang-extract-comments-0.3.3.tgz",
|
||
|
"_spec": "0.3.3",
|
||
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
||
|
"author": {
|
||
|
"name": "Nils Knappmeier",
|
||
|
"email": "npm@knappi.org",
|
||
|
"url": "https://github.com/nknapp"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nknapp/multilang-extract-comments/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"comment-patterns": "^0.11.0",
|
||
|
"line-counter": "^1.0.3",
|
||
|
"lodash": "^4.17.11",
|
||
|
"quotemeta": "0.0.0"
|
||
|
},
|
||
|
"description": "Extract comments from source files of various languages",
|
||
|
"devDependencies": {
|
||
|
"code-context": "^0.5.0",
|
||
|
"jasmine": "^2.3.1",
|
||
|
"should": "^6.0.3",
|
||
|
"standard": "^12.0.1",
|
||
|
"verb": "git://github.com/verbose/verb.git",
|
||
|
"verb-cli": "git://github.com/verbose/verb-cli.git"
|
||
|
},
|
||
|
"homepage": "https://github.com/nknapp/multilang-extract-comments#readme",
|
||
|
"keywords": [
|
||
|
"extract",
|
||
|
"comments",
|
||
|
"apidoc"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "multilang-extract-comments",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/nknapp/multilang-extract-comments.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"format": "standard --format",
|
||
|
"test": "jasmine && standard"
|
||
|
},
|
||
|
"standard": {
|
||
|
"ignore": [
|
||
|
"spec/fixtures/**"
|
||
|
]
|
||
|
},
|
||
|
"version": "0.3.3"
|
||
|
}
|