{"maintainers":[{"name":"jedmao","email":"jedmao@outlook.com"},{"name":"simonsmith","email":"me@simonsmith.io"}],"keywords":["postcss","css","postcss-plugin","property-lookup"],"dist-tags":{"latest":"1.2.1","postcss-4.x":"0.4.0"},"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"description":"PostCSS plugin that allows referencing property values without a variable","readme":"# postcss-property-lookup [![Build Status][ci-img]][ci]\n\n[PostCSS] plugin that allows referencing property values without a variable, [similar to Stylus](https://learnboost.github.io/stylus/docs/variables.html#property-lookup).\n\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]:  https://api.travis-ci.org/simonsmith/postcss-property-lookup.svg?branch=master\n[ci]:      https://travis-ci.org/simonsmith/postcss-property-lookup\n\n\n```css\n.Test {\n  margin-left: 20px;\n  margin-right: @margin-left;\n  color: red;\n  background: @color url('test.png');\n  line-height: 1.5;\n  font-size: @(line-height)em;\n}\n```\n\n```css\n.Test {\n  margin-left: 20px;\n  margin-right: 20px;\n  color: red;\n  background: red url('test.png');\n  line-height: 1.5;\n  font-size: 1.5em;\n}\n```\n\nCheck the [test fixtures](test/fixtures/in) for more examples.\n\n## Usage\n\n```js\npostcss([ require('postcss-property-lookup') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\n## Installation\n\n```\n$ npm install postcss-property-lookup\n```\n\nFor users on the (older) PostCSS 4.x path:\n\n```\n$ npm install postcss-property-lookup@postcss-4.x\n```\n\n## Usage\n\n### JavaScript\n\n```js\npostcss([\n  require('postcss-property-lookup')(/* options */),\n  // more plugins...\n])\n```\n\n### TypeScript\n\n```ts\n///<reference path=\"node_modules/postcss-property-lookup/.d.ts\" />\nimport postcssPropertyLookup from 'postcss-property-lookup';\n\npostcss([\n  postcssPropertyLookup(/* options */),\n  // more plugins...\n])\n```\n\n## Options\n\n### logLevel\n\nType: `string: <error|warn>`<br>\nRequired: `false`<br>\nDefault: `warn`\n\nWhen a lookup cannot be resolved, this specifies whether to throw an error or log a warning. In the case of a warning, the invalid lookup value will be replaced with an empty string.\n","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"users":{"danielbayley":true},"bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"license":"MIT","versions":{"0.1.0":{"name":"postcss-property-lookup","version":"0.1.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"https://github.com/simonsmith/postcss-property-lookup.git"},"dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp"},"gitHead":"3ffaee6217f1725f61925d18824c9497a5884897","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup","_id":"postcss-property-lookup@0.1.0","_shasum":"0f0fc52209e0009fe56530f3081690a5bde7fef9","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"0f0fc52209e0009fe56530f3081690a5bde7fef9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-0.1.0.tgz"},"directories":{}},"0.2.0":{"name":"postcss-property-lookup","version":"0.2.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"https://github.com/simonsmith/postcss-property-lookup.git"},"dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp"},"gitHead":"87b04b36b327ba4c2767c033b3bdd662b1bc5348","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup","_id":"postcss-property-lookup@0.2.0","_shasum":"50813df6a619b6d3840bda2ad9747a9d635512d3","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"50813df6a619b6d3840bda2ad9747a9d635512d3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"postcss-property-lookup","version":"0.2.1","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"https://github.com/simonsmith/postcss-property-lookup.git"},"dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp"},"gitHead":"cb37cd6ba8bae44c00f80e794edec7554bb4e4f9","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup","_id":"postcss-property-lookup@0.2.1","_shasum":"f75126c4a88b46f9d8f222885a0077615fccdd7d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"f75126c4a88b46f9d8f222885a0077615fccdd7d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-0.2.1.tgz"},"directories":{}},"0.2.2":{"name":"postcss-property-lookup","version":"0.2.2","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^4.1.13"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp"},"gitHead":"6e94baeffef3c69a214a3c6759b4f0e9938a0a7e","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@0.2.2","_shasum":"0965fe52faf4dccfbcbe74e86564bc9651880576","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"0965fe52faf4dccfbcbe74e86564bc9651880576","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-0.2.2.tgz"},"directories":{}},"0.3.0":{"name":"postcss-property-lookup","version":"0.3.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^5.0.4"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp"},"gitHead":"65cdde30033a6eda911eaeeed9568896423589c0","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@0.3.0","_shasum":"0df836869ac327969d702302364fe910f7b43fe0","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"0df836869ac327969d702302364fe910f7b43fe0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-0.3.0.tgz"},"directories":{}},"1.0.0":{"name":"postcss-property-lookup","version":"1.0.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^5.0.4"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"cce3f8f683e09ab47160172238203eed3b1243ed","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.0.0","_shasum":"5b88a1259a5e1f40ea909003a4a62478b7071da7","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"5b88a1259a5e1f40ea909003a4a62478b7071da7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"postcss-property-lookup","version":"1.1.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^5.0.4"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"c95a35df5a8461acf56e61de9c24b44b02c30798","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.1.0","_shasum":"d316de5d5e74a900fa315f85a48236ab86042870","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"d316de5d5e74a900fa315f85a48236ab86042870","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"postcss-property-lookup","version":"1.1.1","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^5.0.4"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"bc84c9fac0b994db449842c6089d414afc45879c","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.1.1","_shasum":"e5a25bca5165241219df697e82063dfff4f42845","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"e5a25bca5165241219df697e82063dfff4f42845","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.1.1.tgz"},"directories":{}},"0.4.0":{"name":"postcss-property-lookup","version":"0.4.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^4.1.16"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"606c884e862ca054e63f498a30e7d1d87e4f56f1","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@0.4.0","_shasum":"35c2878663ab144b04677929f280b6028b443e33","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"35c2878663ab144b04677929f280b6028b443e33","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-0.4.0.tgz"},"directories":{}},"1.1.2":{"name":"postcss-property-lookup","version":"1.1.2","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^5.0.4"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"6ac91168f35cdddd9c5da1989ccd1f3b3c676e31","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.1.2","_shasum":"e90eb5ab3d78ebdf85a20e7848134fc44fb5f4d0","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.4","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"e90eb5ab3d78ebdf85a20e7848134fc44fb5f4d0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.1.2.tgz"},"directories":{}},"1.1.3":{"name":"postcss-property-lookup","version":"1.1.3","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"postcss":"^5.0.4"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"50709f5d1382385758adf2b10c40ce4c868f1c0d","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.1.3","_shasum":"7579d1b78236f8b57c468baceef2bd6d3ea15875","_from":".","_npmVersion":"3.3.6","_nodeVersion":"0.12.7","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"7579d1b78236f8b57c468baceef2bd6d3ea15875","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.1.3.tgz"},"directories":{}},"1.1.4":{"name":"postcss-property-lookup","version":"1.1.4","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"object-assign":"^4.0.1","postcss":"^5.0.4","tcomb":"^2.5.1"},"devDependencies":{"babel":"^5.6.14","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^5.1.0","gulp-eslint":"^0.15.0","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"fe60469d3df20bbc6af456b2b67e719a058e189b","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.1.4","_shasum":"784dce0219393157968cc32b5c92f20be45eb5a1","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"jedmao","email":"jedmao@outlook.com"},"dist":{"shasum":"784dce0219393157968cc32b5c92f20be45eb5a1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.1.4.tgz"},"maintainers":[{"name":"jedmao","email":"jedmao@outlook.com"},{"name":"simonsmith","email":"me@simonsmith.io"}],"directories":{}},"1.2.0":{"name":"postcss-property-lookup","version":"1.2.0","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"object-assign":"^4.0.1","postcss":"^5.0.4","tcomb":"^2.5.1"},"devDependencies":{"babel-core":"^6.3.26","babel-preset-es2015":"^6.3.13","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^6.1.1","gulp-eslint":"^1.1.1","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"cbd953b863df6c7ec9051aafb10f7f4e06844be5","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.2.0","_shasum":"02ad906b718c7ca23f1ca24a120f1c58f940d182","_from":".","_npmVersion":"2.14.15","_nodeVersion":"5.1.0","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"jedmao","email":"jedmao@outlook.com"},{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"02ad906b718c7ca23f1ca24a120f1c58f940d182","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"postcss-property-lookup","version":"1.2.1","description":"PostCSS plugin that allows referencing property values without a variable","keywords":["postcss","css","postcss-plugin","property-lookup"],"author":{"name":"Simon Smith","email":"me@simonsmith.io"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/simonsmith/postcss-property-lookup.git"},"main":"build/index.js","dependencies":{"object-assign":"^4.0.1","postcss":"^5.0.4","tcomb":"^2.5.1"},"devDependencies":{"babel-core":"^6.3.26","babel-preset-es2015":"^6.3.13","chai":"^3.0.0","gulp":"^3.9.0","gulp-babel":"^6.1.1","gulp-eslint":"^1.1.1","gulp-mocha":"^2.1.2"},"scripts":{"test":"gulp","prepublish":"npm run build","build":"gulp build"},"gitHead":"19e7e1e3ec3fb7dd37e514351a9ecd7726c0a3e4","bugs":{"url":"https://github.com/simonsmith/postcss-property-lookup/issues"},"homepage":"https://github.com/simonsmith/postcss-property-lookup#readme","_id":"postcss-property-lookup@1.2.1","_shasum":"30450a1361b7aae758bbedd5201fbe057bb8270b","_from":".","_npmVersion":"2.14.15","_nodeVersion":"5.1.0","_npmUser":{"name":"simonsmith","email":"me@simonsmith.io"},"maintainers":[{"name":"jedmao","email":"jedmao@outlook.com"},{"name":"simonsmith","email":"me@simonsmith.io"}],"dist":{"shasum":"30450a1361b7aae758bbedd5201fbe057bb8270b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-property-lookup/-/postcss-property-lookup-1.2.1.tgz"},"directories":{}}},"name":"postcss-property-lookup","time":{"modified":"2017-02-08T17:54:16.514Z","created":"2015-05-23T21:21:56.590Z","0.1.0":"2015-05-23T21:21:56.590Z","0.2.0":"2015-05-28T10:15:40.822Z","0.2.1":"2015-05-28T10:41:58.370Z","0.2.2":"2015-07-04T19:18:12.183Z","0.3.0":"2015-09-05T21:57:31.324Z","1.0.0":"2015-09-05T22:21:16.214Z","1.1.0":"2015-09-06T22:44:53.792Z","1.1.1":"2015-09-08T21:30:42.159Z","0.4.0":"2015-09-08T22:34:45.128Z","1.1.2":"2015-09-15T21:25:25.857Z","1.1.3":"2015-10-18T15:13:50.808Z","1.1.4":"2015-10-24T16:18:41.621Z","1.2.0":"2016-01-01T22:53:56.789Z","1.2.1":"2016-01-02T10:09:47.954Z"},"readmeFilename":"README.md","homepage":"https://github.com/simonsmith/postcss-property-lookup#readme"}