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.
74 lines
2.0 KiB
74 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"comment-patterns@0.11.0",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "comment-patterns@0.11.0",
|
|
"_id": "comment-patterns@0.11.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YgQOR0QcCIE0mYFywZ0ToK8r7V+48FjEWA6Jflfvxf5JlGZtJEi8BzMcc4BXcaVUyU1DUSGEhppSUfJOI2YC/w==",
|
|
"_location": "/comment-patterns",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "comment-patterns@0.11.0",
|
|
"name": "comment-patterns",
|
|
"escapedName": "comment-patterns",
|
|
"rawSpec": "0.11.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.11.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/multilang-extract-comments"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/comment-patterns/-/comment-patterns-0.11.0.tgz",
|
|
"_spec": "0.11.0",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"author": {
|
|
"name": "Nils Knappmeier"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nknapp/comment-patterns/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"description": "A list of comment-patterns for different languages",
|
|
"devDependencies": {
|
|
"esformatter": "^0.10.0",
|
|
"groc": "^0.8.0",
|
|
"jasmine": "^3.2.0",
|
|
"json-literal": "^1.1.0",
|
|
"parse-code-context": "^0.1.3",
|
|
"should": "^13.2.3",
|
|
"verb": "^0.8.10",
|
|
"verb-cli": "^0.7.4"
|
|
},
|
|
"homepage": "https://github.com/nknapp/comment-patterns",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "comment-patterns",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nknapp/comment-patterns.git"
|
|
},
|
|
"scripts": {
|
|
"format": "standard --format",
|
|
"preformat": "standard --version || npm -g install standard",
|
|
"prepublish": "node build/generate-db.js",
|
|
"pretest": "standard --version || npm -g install standard",
|
|
"test": "node build/generate-db.js && jasmine && standard",
|
|
"update-from-groc": "node build/update-from-groc.js"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"spec/fixtures/**",
|
|
"db-generated/**"
|
|
]
|
|
},
|
|
"version": "0.11.0"
|
|
}
|
|
|