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.
53 lines
1.3 KiB
53 lines
1.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"line-counter@1.1.0",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "line-counter@1.1.0",
|
|
"_id": "line-counter@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-EN8sBGrTVG5yT7pV+nLN4YpqAfM=",
|
|
"_location": "/line-counter",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "line-counter@1.1.0",
|
|
"name": "line-counter",
|
|
"escapedName": "line-counter",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/multilang-extract-comments"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/line-counter/-/line-counter-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"author": {
|
|
"name": "Nils Knappmeier"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nknapp/line-counter/issues"
|
|
},
|
|
"description": "A simple class that allows to count lines while iterating over a string",
|
|
"devDependencies": {
|
|
"jasmine": "^2.3.1",
|
|
"verb": "^0.7.4"
|
|
},
|
|
"homepage": "https://github.com/nknapp/line-counter",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "line-counter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nknapp/line-counter.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|