vs/v5.5.0/node_modules/npm/node_modules/config-chain/node_modules/proto-list/package.json

{
  "name": "proto-list",
  "version": "1.2.4",
  "description": "A utility for managing a prototype chain",
  "main": "./proto-list.js",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/proto-list.git"
  },
  "license": "ISC",
  "devDependencies": {
    "tap": "0"
  },
  "readme": "A list of objects, bound by their prototype chain.\n\nUsed in npm's config stuff.\n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/isaacs/proto-list/issues"
  },
  "homepage": "https://github.com/isaacs/proto-list#readme",
  "_id": "proto-list@1.2.4",
  "_shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
  "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
  "_from": "proto-list@>=1.2.1 <1.3.0"
}