motion
Version:
motion - moving development forward
73 lines (72 loc) • 3.31 kB
JSON
{
"_args": [
[
"postcss-selector-parser@https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "postcss-selector-parser@>=1.3.0 <2.0.0",
"_id": "postcss-selector-parser@1.3.0",
"_inCache": true,
"_location": "/postcss-selector-parser",
"_phantomChildren": {},
"_requested": {
"name": "postcss-selector-parser",
"raw": "postcss-selector-parser@https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
"rawSpec": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/postcss-minify-selectors"
],
"_resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
"_shasum": "3df60a87fd313869110f0ee4b09712d0703fa885",
"_shrinkwrap": null,
"_spec": "postcss-selector-parser@https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "beneb.info@gmail.com",
"name": "Ben Briggs",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/postcss/postcss-selector-parser/issues"
},
"dependencies": {
"flatten": "0.0.1",
"indexes-of": "^1.0.1",
"uniq": "^1.0.1"
},
"description": "> Selector parser with built in methods for working with selector strings.",
"devDependencies": {
"babel": "^5.4.3",
"babel-tape-runner": "^1.1.0",
"faucet": "0.0.1",
"tape": "^4.0.0"
},
"files": [
"API.md",
"CHANGELOG.md",
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/postcss/postcss-selector-parser",
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-selector-parser",
"optionalDependencies": {},
"readme": "# postcss-selector-parser [](https://travis-ci.org/postcss/postcss-selector-parser)\n\n> Selector parser with built in methods for working with selector strings.\n\n## Install\n\nWith [npm](https://npmjs.com/package/postcss-selector-parser) do:\n\n```\nnpm install postcss-selector-parser\n```\n\n## Quick Start\n\n```js\nvar parser = require('postcss-selector-parser');\nvar transform = function (selectors) {\n selectors.eachInside(function (selector) {\n // do something with the selector\n console.log(String(selector))\n });\n};\n\nvar transformed = parser(transform).process('h1, h2, h3').result;\n```\n\n## API\n\nPlease see [API.md](API.md).\n\n## Credits\n\n* Huge thanks to Andrey Sitnik (@ai) for work on PostCSS which helped\n accelerate this module's development.\n\n## License\n\nMIT\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-selector-parser.git"
},
"scripts": {
"prepublish": "babel src --out-dir dist --ignore /__tests__/",
"test": "npm run test-unformatted | faucet",
"test-unformatted": "babel-tape-runner \"src/**/__tests__/*.js\""
},
"version": "1.3.0"
}