UNPKG

motion

Version:

motion - moving development forward

111 lines (110 loc) 3.08 kB
{ "_args": [ [ "postcss-modules-scope@^1.0.0", "/Users/nw/motion/packages/motion/node_modules/css-loader" ] ], "_from": "postcss-modules-scope@>=1.0.0 <2.0.0", "_id": "postcss-modules-scope@1.0.0", "_inCache": true, "_installable": true, "_location": "/postcss-modules-scope", "_nodeVersion": "0.12.2", "_npmUser": { "email": "hi@glenmaddern.com", "name": "geelen" }, "_npmVersion": "2.13.1", "_phantomChildren": {}, "_requested": { "name": "postcss-modules-scope", "raw": "postcss-modules-scope@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/css-loader" ], "_resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0.tgz", "_shasum": "d17baef9b34512d06a316492cb3ea7cce9072255", "_shrinkwrap": null, "_spec": "postcss-modules-scope@^1.0.0", "_where": "/Users/nw/motion/packages/motion/node_modules/css-loader", "author": { "name": "Glen Maddern" }, "bugs": { "url": "https://github.com/geelen/postcss-modules-scope/issues" }, "dependencies": { "css-selector-tokenizer": "^0.5.0", "postcss": "^5.0.4" }, "description": "A CSS Modules transform to extract export statements from local-scope classes", "devDependencies": { "babel": "^5.4.7", "babel-eslint": "^4.1.3", "babel-istanbul": "^0.3.20", "babelify": "^6.1.2", "chokidar-cli": "^1.0.1", "codecov.io": "^0.1.2", "coveralls": "^2.11.2", "css-selector-parser": "^1.0.4", "eslint": "^1.5.0", "mocha": "^2.2.5" }, "directories": {}, "dist": { "shasum": "d17baef9b34512d06a316492cb3ea7cce9072255", "tarball": "http://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.0.0.tgz" }, "files": [ "lib" ], "gitHead": "ebef839f2782fb19409a9ecc3d924530c44523d6", "homepage": "https://github.com/geelen/postcss-modules-scope", "keywords": [ "css-modules", "plugin", "postcss" ], "license": "ISC", "main": "lib/index.js", "maintainers": [ { "name": "geelen", "email": "hi@glenmaddern.com" }, { "name": "markdalgleish", "email": "mark.john.dalgleish@gmail.com" }, { "name": "sokra", "email": "tobias.koppers@googlemail.com" } ], "name": "postcss-modules-scope", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/geelen/postcss-modules-scope.git" }, "scripts": { "autotest": "chokidar src test -c 'npm test'", "build": "babel --out-dir lib src", "cover": "babel-istanbul cover node_modules/.bin/_mocha", "lint": "eslint src", "posttest": "npm run lint && npm run build", "precover": "npm run lint && npm run build", "prepublish": "npm run build", "test": "mocha --compilers js:babel/register", "travis": "npm run cover -- --report lcovonly", "watch": "chokidar src -c 'npm run build'" }, "version": "1.0.0" }