d2-ui
Version:
128 lines (127 loc) • 3.95 kB
JSON
{
"_args": [
[
"inline-style-prefixer@^1.0.3",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/material-ui"
]
],
"_from": "inline-style-prefixer@>=1.0.3 <2.0.0",
"_id": "inline-style-prefixer@1.0.4",
"_inCache": true,
"_installable": true,
"_location": "/inline-style-prefixer",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/inline-style-prefixer-1.0.4.tgz_1463398043423_0.01820920850150287"
},
"_npmUser": {
"email": "robin@rofrischmann.de",
"name": "rofrischmann"
},
"_npmVersion": "3.7.2",
"_phantomChildren": {},
"_requested": {
"name": "inline-style-prefixer",
"raw": "inline-style-prefixer@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/material-ui"
],
"_resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-1.0.4.tgz",
"_shasum": "849f657373a5cfbd8141cfddb013df6f68c6df39",
"_shrinkwrap": null,
"_spec": "inline-style-prefixer@^1.0.3",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/material-ui",
"author": {
"name": "Robin Frischmann"
},
"bugs": {
"url": "https://github.com/rofrischmann/inline-style-prefixer/issues"
},
"dependencies": {
"bowser": "^1.0.0",
"inline-style-prefix-all": "^2.0.2"
},
"description": "Autoprefixer for inline styles using userAgent and caniuse data",
"devDependencies": {
"babel": "^5.6.14",
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"caniuse-api": "^1.4.1",
"chai": "^3.2.0",
"codeclimate-test-reporter": "^0.1.1",
"esformatter": "^0.8.1",
"esformatter-braces": "^1.2.1",
"esformatter-collapse-objects": "^0.5.1",
"esformatter-dot-notation": "^1.3.1",
"esformatter-literal-notation": "^1.0.1",
"esformatter-parseint": "^1.0.3",
"esformatter-quote-props": "^1.0.2",
"esformatter-quotes": "^1.0.3",
"esformatter-remove-trailing-commas": "^1.0.1",
"esformatter-spaced-lined-comment": "^2.0.1",
"esformatter-var-each": "^2.1.0",
"istanbul": "^0.4.2",
"mocha": "^2.2.5",
"object-assign": "^4.0.1",
"rimraf": "^2.4.2",
"uglifyjs": "^2.4.10"
},
"directories": {},
"dist": {
"shasum": "849f657373a5cfbd8141cfddb013df6f68c6df39",
"tarball": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-1.0.4.tgz"
},
"engines": {
"node": ">=0.12"
},
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/"
],
"gitHead": "ac20edd1e87e6e76f3340be5aaf59002e0bce10d",
"homepage": "https://github.com/rofrischmann/inline-style-prefixer#readme",
"keywords": [
"react",
"react styling",
"prefixer",
"inline styles",
"autoprefixer",
"vendor prefix",
"userAgent"
],
"license": "MIT",
"main": "lib/Prefixer.js",
"maintainers": [
{
"email": "robin@rofrischmann.de",
"name": "rofrischmann"
}
],
"name": "inline-style-prefixer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/rofrischmann/inline-style-prefixer.git"
},
"scripts": {
"babel": "babel modules/ --out-dir lib",
"build": "npm run clean && mkdir dist && npm run babel && npm run generate && npm run bundle",
"bundle": "browserify lib/Prefixer.js --s Prefixer > dist/prefixer.js && uglifyjs dist/prefixer.js -o dist/prefixer.min.js",
"clean": "rimraf lib dist coverage",
"coverage": "codeclimate-test-reporter < coverage/lcov.info",
"generate": "node ./generator/generateData.js",
"pretest": "npm run clean && npm run babel && npm run generate",
"release": "npm run build && npm publish",
"test": "istanbul cover _mocha -- --recursive --compilers js:babel/register"
},
"version": "1.0.4"
}