github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/npm/testdata/nested_node_modules/package.json (about)

     1  {
     2    "name": "testdata",
     3    "version": "1.0.0",
     4    "main": "index.js",
     5    "license": "MIT",
     6    "dependencies": {
     7      "chai": "4.1.2",
     8      "type-detect": "^3.0.0"
     9    },
    10    "devDependencies": {
    11      "is-odd": "^3.0.1"
    12    }
    13  }