github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/duplicates/node_modules/jira-client/package.json (about)

     1  {
     2    "_args": [
     3      [
     4        "jira-client@6.4.1",
     5        "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata"
     6      ]
     7    ],
     8    "_from": "jira-client@6.4.1",
     9    "_id": "jira-client@6.4.1",
    10    "_inBundle": false,
    11    "_integrity": "sha512-LGjFwAPDNiM/nyZrmakLRnosD4FTVUPWKhq/si/IDMyceLKMWLC1ziYZbJSB3xiIQBNlwcO2WF3czPpTYpDsog==",
    12    "_location": "/jira-client",
    13    "_phantomChildren": {},
    14    "_requested": {
    15      "type": "version",
    16      "registry": true,
    17      "raw": "jira-client@6.4.1",
    18      "name": "jira-client",
    19      "escapedName": "jira-client",
    20      "rawSpec": "6.4.1",
    21      "saveSpec": null,
    22      "fetchSpec": "6.4.1"
    23    },
    24    "_requiredBy": [
    25      "/"
    26    ],
    27    "_resolved": "https://registry.npmjs.org/jira-client/-/jira-client-6.4.1.tgz",
    28    "_spec": "6.4.1",
    29    "_where": "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata",
    30    "author": {
    31      "name": "Steven Surowiec",
    32      "email": "steven.surowiec@gmail.com"
    33    },
    34    "bugs": {
    35      "url": "https://github.com/jira-node/node-jira-client/issues"
    36    },
    37    "contributors": [
    38      {
    39        "name": "Chris Moultrie",
    40        "email": "chris@moultrie.org"
    41      },
    42      {
    43        "name": "Lucas Vogelsang",
    44        "email": "l@lucasvo.com"
    45      },
    46      {
    47        "name": "Matt Smith",
    48        "email": "mtscout6+node-jira@gmail.com"
    49      },
    50      {
    51        "name": "Anson Wayman",
    52        "email": "kanoyugoro+node-jira@gmail.com"
    53      }
    54    ],
    55    "dependencies": {
    56      "babel-runtime": "^6.20.0",
    57      "request-promise": "^4.1.1"
    58    },
    59    "description": "Wrapper for the JIRA API",
    60    "devDependencies": {
    61      "babel-cli": "^6.2.0",
    62      "babel-core": "^6.20.0",
    63      "babel-eslint": "^7.1.1",
    64      "babel-plugin-add-module-exports": "^0.2.1",
    65      "babel-plugin-transform-runtime": "^6.4.3",
    66      "babel-preset-es2015": "^6.1.18",
    67      "babel-preset-stage-0": "^6.1.18",
    68      "chai": "^3.4.1",
    69      "chai-as-promised": "^6.0.0",
    70      "esdoc": "^0.5.2",
    71      "esdoc-node": "^1.0.1",
    72      "eslint": "^3.12.1",
    73      "eslint-config-airbnb": "^13.0.0",
    74      "eslint-plugin-import": "^2.2.0",
    75      "eslint-plugin-mocha": "^4.8.0",
    76      "mocha": "^3.2.0",
    77      "release-script": "^1.0.1"
    78    },
    79    "engine": {
    80      "node": ">=4.2.2"
    81    },
    82    "files": [
    83      "lib",
    84      "docs",
    85      "LICENSE.md",
    86      "README.md"
    87    ],
    88    "homepage": "http://github.com/jira-node/node-jira-client",
    89    "license": "MIT",
    90    "main": "./lib/jira.js",
    91    "name": "jira-client",
    92    "release-script": {
    93      "docsRepo": "git@github.com:jira-node/jira-node.github.io.git",
    94      "docsRoot": "docs/",
    95      "tmpDocsRepo": "tmp-docs-repo"
    96    },
    97    "repository": {
    98      "type": "git",
    99      "url": "git+ssh://git@github.com/jira-node/node-jira-client.git"
   100    },
   101    "scripts": {
   102      "build": "rm -rf lib && babel src --out-dir lib",
   103      "docs-build": "rm -rf docs && esdoc -c esdoc.json",
   104      "lint": "eslint ./",
   105      "prepublishOnly": "npm run build && npm run docs-build",
   106      "release": "release",
   107      "test": "npm run lint && mocha && npm run docs-build"
   108    },
   109    "version": "6.4.1"
   110  }