Nenhuma Descrição

package.json 2.6KB

    { "_from": "vendors@^1.0.0", "_id": "vendors@1.0.1", "_inBundle": false, "_integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI=", "_location": "/vendors", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vendors@^1.0.0", "name": "vendors", "escapedName": "vendors", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/postcss-merge-rules" ], "_resolved": "http://registry.npm.taobao.org/vendors/download/vendors-1.0.1.tgz", "_shasum": "37ad73c8ee417fb3d580e785312307d274847f22", "_spec": "vendors@^1.0.0", "_where": "/Users/FFIB/Desktop/data_visualization/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" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "deprecated": false, "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" ] } }