lml-main
Version:
This is now a mono repository published into many standalone packages.
73 lines (72 loc) • 1.94 kB
JSON
{
"_args": [
[
"postcss-property-lookup@1.2.1",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "postcss-property-lookup@1.2.1",
"_id": "postcss-property-lookup@1.2.1",
"_inBundle": false,
"_integrity": "sha1-MEUKE2G3qudYu+3VIB++BXu4Jws=",
"_location": "/postcss-property-lookup",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-property-lookup@1.2.1",
"name": "postcss-property-lookup",
"escapedName": "postcss-property-lookup",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/precss"
],
"_resolved": "https://registry.npmjs.org/postcss-property-lookup/-/postcss-property-lookup-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Simon Smith",
"email": "me@simonsmith.io"
},
"bugs": {
"url": "https://github.com/simonsmith/postcss-property-lookup/issues"
},
"dependencies": {
"object-assign": "^4.0.1",
"postcss": "^5.0.4",
"tcomb": "^2.5.1"
},
"description": "PostCSS plugin that allows referencing property values without a variable",
"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"
},
"homepage": "https://github.com/simonsmith/postcss-property-lookup#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"property-lookup"
],
"license": "MIT",
"main": "build/index.js",
"name": "postcss-property-lookup",
"repository": {
"type": "git",
"url": "git+https://github.com/simonsmith/postcss-property-lookup.git"
},
"scripts": {
"build": "gulp build",
"prepublish": "npm run build",
"test": "gulp"
},
"version": "1.2.1"
}