aboutsummaryrefslogtreecommitdiff
path: root/node_modules/roarr/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/roarr/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/roarr/package.json')
-rw-r--r--node_modules/roarr/package.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/node_modules/roarr/package.json b/node_modules/roarr/package.json
new file mode 100644
index 0000000..8dad22b
--- /dev/null
+++ b/node_modules/roarr/package.json
@@ -0,0 +1,122 @@
+{
+ "_from": "roarr@^2.15.3",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
+ "_location": "/roarr",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "roarr@^2.15.3",
+ "name": "roarr",
+ "escapedName": "roarr",
+ "rawSpec": "^2.15.3",
+ "saveSpec": null,
+ "fetchSpec": "^2.15.3"
+ },
+ "_requiredBy": [
+ "/global-agent"
+ ],
+ "_resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
+ "_shasum": "f5fe795b7b838ccfe35dc608e0282b9eba2e7afd",
+ "_spec": "roarr@^2.15.3",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/global-agent",
+ "author": {
+ "name": "Gajus Kuizinas",
+ "email": "[email protected]",
+ "url": "http://gajus.com"
+ },
+ "ava": {
+ "babel": {
+ "compileAsTests": [
+ "test/helpers/**/*"
+ ]
+ },
+ "files": [
+ "test/roarr/**/*"
+ ],
+ "require": [
+ "@babel/register"
+ ]
+ },
+ "bugs": {
+ "url": "https://github.com/gajus/roarr/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "boolean": "^3.0.1",
+ "detect-node": "^2.0.4",
+ "globalthis": "^1.0.1",
+ "json-stringify-safe": "^5.0.1",
+ "semver-compare": "^1.0.0",
+ "sprintf-js": "^1.1.2"
+ },
+ "deprecated": false,
+ "description": "JSON logger for Node.js and browser.",
+ "devDependencies": {
+ "@ava/babel": "^1.0.1",
+ "@babel/cli": "^7.11.6",
+ "@babel/core": "^7.11.6",
+ "@babel/node": "^7.10.5",
+ "@babel/plugin-transform-flow-strip-types": "^7.10.4",
+ "@babel/preset-env": "^7.11.5",
+ "@babel/register": "^7.11.5",
+ "ava": "^3.12.1",
+ "babel-plugin-istanbul": "^6.0.0",
+ "babel-plugin-transform-export-default-name": "^2.0.4",
+ "coveralls": "^3.1.0",
+ "domain-parent": "^1.0.0",
+ "eslint": "^7.9.0",
+ "eslint-config-canonical": "^24.1.1",
+ "flow-bin": "^0.133.0",
+ "flow-copy-source": "^2.0.9",
+ "gitdown": "^3.1.3",
+ "husky": "^4.3.0",
+ "nyc": "^15.1.0",
+ "semantic-release": "^17.1.1"
+ },
+ "engines": {
+ "node": ">=8.0"
+ },
+ "homepage": "https://github.com/gajus/roarr#readme",
+ "husky": {
+ "hooks": {
+ "pre-commit": "npm run lint && npm run test && npm run build",
+ "pre-push": "gitdown ./.README/README.md --output-file ./README.md --check"
+ }
+ },
+ "keywords": [
+ "log",
+ "logger",
+ "json"
+ ],
+ "license": "BSD-3-Clause",
+ "main": "./dist/log.js",
+ "name": "roarr",
+ "nyc": {
+ "include": [
+ "src/**/*.js"
+ ],
+ "instrument": false,
+ "reporter": [
+ "text-lcov"
+ ],
+ "require": [
+ "@babel/register"
+ ],
+ "sourceMap": false
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://[email protected]/gajus/roarr.git"
+ },
+ "scripts": {
+ "build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && flow-copy-source src dist",
+ "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
+ "dev": "NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps --watch",
+ "lint": "eslint ./src ./test && flow",
+ "test": "NODE_ENV=test ava --serial --verbose"
+ },
+ "version": "2.15.4"
+}