Files
Speedtest-Tracker/conf/site/node_modules/famulus/package.json
Henry Whitaker 7d0681e77b Updated to v1.5.2
2020-06-17 18:33:53 +01:00

67 lines
1.7 KiB
JSON

{
"_args": [
[
"famulus@2.1.2",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_from": "famulus@2.1.2",
"_id": "famulus@2.1.2",
"_inBundle": false,
"_integrity": "sha512-UjfF9lOEP6IFLC/DTwUe5KbCYINbuYYJS+mivlnWyK8yqt/9WYHrJ4RihZ0pa9HVxQObu8IWroJOyyt8dXCVkw==",
"_location": "/famulus",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "famulus@2.1.2",
"name": "famulus",
"escapedName": "famulus",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/csv-file-validator"
],
"_resolved": "https://registry.npmjs.org/famulus/-/famulus-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Vasyl Stokolosa",
"email": "v.stokol@gmail.com",
"url": "https://github.com/shystruk"
},
"bugs": {
"url": "https://github.com/shystruk/famulus/issues"
},
"dependencies": {
"lodash": "^4.17.15"
},
"description": "JavaScript library that provides a useful functional programming helpers. Add your own.",
"devDependencies": {
"ava": "^0.24.0",
"codecov.io": "^0.1.6",
"nyc": "^11.4.1"
},
"homepage": "https://github.com/shystruk/famulus#readme",
"keywords": [
"utilities",
"helpers",
"helper"
],
"license": "MIT",
"main": "famulus.js",
"name": "famulus",
"repository": {
"type": "git",
"url": "git+https://github.com/shystruk/famulus.git"
},
"scripts": {
"coverage": "nyc report --reporter=lcov",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "nyc ava tests && npm run coverage"
},
"version": "2.1.2"
}