motion
Version:
motion - moving development forward
91 lines (90 loc) • 2.57 kB
JSON
{
"_args": [
[
"postcss-modules-values@^1.1.0",
"/Users/nw/motion/packages/motion/node_modules/css-loader"
]
],
"_from": "postcss-modules-values@>=1.1.0 <2.0.0",
"_id": "postcss-modules-values@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/postcss-modules-values",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "hi@glenmaddern.com",
"name": "geelen"
},
"_npmVersion": "2.13.1",
"_phantomChildren": {},
"_requested": {
"name": "postcss-modules-values",
"raw": "postcss-modules-values@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/css-loader"
],
"_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.1.1.tgz",
"_shasum": "5231d283318e2054f65d600430d2c74129b5969b",
"_shrinkwrap": null,
"_spec": "postcss-modules-values@^1.1.0",
"_where": "/Users/nw/motion/packages/motion/node_modules/css-loader",
"author": {
"name": "Glen Maddern"
},
"bugs": {
"url": "https://github.com/css-modules/postcss-modules-constants/issues"
},
"dependencies": {
"icss-replace-symbols": "^1.0.2",
"postcss": "^5.0.10"
},
"description": "PostCSS plugin for CSS Modules to pass arbitrary constants between your module files",
"devDependencies": {
"babel": "^5.8.23",
"chokidar": "^1.2.0",
"mocha": "^2.3.3",
"standard": "^5.3.1"
},
"directories": {},
"dist": {
"shasum": "5231d283318e2054f65d600430d2c74129b5969b",
"tarball": "http://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.1.1.tgz"
},
"gitHead": "aa28589c238d2cafeadf2143de1781a94f59eb89",
"homepage": "https://github.com/css-modules/postcss-modules-constants#readme",
"keywords": [
"css",
"modules",
"postcss"
],
"license": "ISC",
"main": "lib/index.js",
"maintainers": [
{
"name": "geelen",
"email": "hi@glenmaddern.com"
}
],
"name": "postcss-modules-values",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules-constants.git"
},
"scripts": {
"autotest": "chokidar src test -c 'npm test'",
"build": "babel --out-dir lib src",
"lint": "standard src test",
"posttest": "npm run lint && npm run build",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel/register",
"travis": "npm run test"
},
"version": "1.1.1"
}