123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "autoprefixer@6.5.3",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "autoprefixer@6.5.3",
- "_id": "autoprefixer@6.5.3",
- "_inBundle": false,
- "_integrity": "sha1-LYU69m0ERJ/PUNswZieatUw+SwE=",
- "_location": "/autoprefixer",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "autoprefixer@6.5.3",
- "name": "autoprefixer",
- "escapedName": "autoprefixer",
- "rawSpec": "6.5.3",
- "saveSpec": null,
- "fetchSpec": "6.5.3"
- },
- "_requiredBy": [
- "/gulp-autoprefixer"
- ],
- "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.5.3.tgz",
- "_spec": "6.5.3",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "bugs": {
- "url": "https://github.com/postcss/autoprefixer/issues"
- },
- "dependencies": {
- "browserslist": "~1.4.0",
- "caniuse-db": "^1.0.30000578",
- "normalize-range": "^0.1.2",
- "num2fraction": "^1.2.2",
- "postcss": "^5.2.5",
- "postcss-value-parser": "^3.2.3"
- },
- "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
- "devDependencies": {
- "browserify": "13.1.1",
- "coffee-script": "1.11.1",
- "eslint-config-postcss": "2.0.2",
- "fs-extra": "1.0.0",
- "gulp": "3.9.1",
- "gulp-coffee": "2.3.2",
- "gulp-eslint": "3.0.1",
- "gulp-json-editor": "2.2.1",
- "gulp-mocha": "3.0.1",
- "gulp-replace": "0.5.4",
- "mocha": "3.1.2",
- "should": "11.1.1",
- "vinyl-source-stream": "1.1.0"
- },
- "eslintConfig": {
- "extends": "eslint-config-postcss/es5"
- },
- "homepage": "https://github.com/postcss/autoprefixer#readme",
- "keywords": [
- "autoprefixer",
- "css",
- "prefix",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "lib/autoprefixer",
- "name": "autoprefixer",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/autoprefixer.git"
- },
- "scripts": {
- "test": "gulp"
- },
- "version": "6.5.3"
- }
|