package.json 3.5 KB
{
  "_args": [
    [
      {
        "raw": "vendors@^1.0.0",
        "scope": null,
        "escapedName": "vendors",
        "name": "vendors",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/postcss-merge-rules"
    ]
  ],
  "_from": "vendors@>=1.0.0 <2.0.0",
  "_id": "vendors@1.0.1",
  "_inCache": true,
  "_location": "/vendors",
  "_nodeVersion": "5.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/vendors-1.0.1.tgz_1470912119751_0.35504436073824763"
  },
  "_npmUser": {
    "name": "wooorm",
    "email": "tituswormer@gmail.com"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "vendors@^1.0.0",
    "scope": null,
    "escapedName": "vendors",
    "name": "vendors",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-merge-rules"
  ],
  "_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
  "_shasum": "37ad73c8ee417fb3d580e785312307d274847f22",
  "_shrinkwrap": null,
  "_spec": "vendors@^1.0.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/postcss-merge-rules",
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "37ad73c8ee417fb3d580e785312307d274847f22",
    "tarball": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz"
  },
  "engines": {
    "node": ">=0.11.0"
  },
  "files": [
    "index.json"
  ],
  "gitHead": "8ddd47c637a8ec16ffaa47c8c854e95518d1825f",
  "homepage": "https://github.com/wooorm/vendors#readme",
  "keywords": [
    "css",
    "html",
    "dom",
    "web",
    "platform",
    "vendor",
    "prefix",
    "prefixes"
  ],
  "license": "MIT",
  "main": "index.json",
  "maintainers": [
    {
      "name": "wooorm",
      "email": "tituswormer@gmail.com"
    }
  ],
  "name": "vendors",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
    ]
  }
}