{
  "_args": [
    [
      "vendors@1.0.1",
      "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0"
    ]
  ],
  "_from": "vendors@1.0.1",
  "_id": "vendors@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI=",
  "_location": "/vendors",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vendors@1.0.1",
    "name": "vendors",
    "escapedName": "vendors",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "http://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/vendors/issues"
  },
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "http://wooorm.com"
    }
  ],
  "dependencies": {},
  "description": "List of vendor prefixes known to the web platform",
  "devDependencies": {
    "browserify": "^13.0.0",
    "esmangle": "^1.0.0",
    "remark-cli": "^1.0.0",
    "remark-comment-config": "^4.0.0",
    "remark-github": "^5.0.0",
    "remark-lint": "^4.0.0",
    "remark-validate-links": "^4.0.0",
    "tape": "^4.4.0",
    "xo": "^0.16.0"
  },
  "engines": {
    "node": ">=0.11.0"
  },
  "files": [
    "index.json"
  ],
  "homepage": "https://github.com/wooorm/vendors#readme",
  "keywords": [
    "css",
    "html",
    "dom",
    "web",
    "platform",
    "vendor",
    "prefix",
    "prefixes"
  ],
  "license": "MIT",
  "main": "index.json",
  "name": "vendors",
  "remarkConfig": {
    "output": true,
    "plugins": {
      "comment-config": null,
      "lint": {
        "no-html": false
      },
      "github": null,
      "validate-links": null
    },
    "settings": {
      "bullet": "*"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/vendors.git"
  },
  "scripts": {
    "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
    "build-bundle": "browserify index.json -s vendors > vendors.js",
    "build-mangle": "esmangle vendors.js > vendors.min.js",
    "build-md": "remark . --quiet --frail",
    "lint": "xo",
    "test": "npm run build && npm run lint && npm run test-api",
    "test-api": "node test"
  },
  "version": "1.0.1",
  "xo": {
    "space": true,
    "rules": {},
    "ignores": [
      "vendors.js",
      "vendors.min.js"
    ]
  }
}
