lml-main
Version:
This is now a mono repository published into many standalone packages.
113 lines (112 loc) • 3.26 kB
JSON
{
"_args": [
[
"postcss-smart-import@0.7.5",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "postcss-smart-import@0.7.5",
"_id": "postcss-smart-import@0.7.5",
"_inBundle": false,
"_integrity": "sha512-Bs9wAFxH5irGpenBg9a65jTcydZLh7VBTX6NYwMXvVXO6y9CQ83kRmfpQDs5lHhl6IODeIeQfJep5HBMd9UVCQ==",
"_location": "/postcss-smart-import",
"_phantomChildren": {
"color-convert": "1.9.1",
"escape-string-regexp": "1.0.5",
"path-parse": "1.0.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-smart-import@0.7.5",
"name": "postcss-smart-import",
"escapedName": "postcss-smart-import",
"rawSpec": "0.7.5",
"saveSpec": null,
"fetchSpec": "0.7.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/postcss-smart-import/-/postcss-smart-import-0.7.5.tgz",
"_spec": "0.7.5",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Sebastian Software",
"email": "s.werner@sebastian-software.de",
"url": "sebastian-software.de"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit",
"failWithoutAssertions": false
},
"bugs": {
"url": "https://github.com/sebastian-software/postcss-smart-import/issues"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"lodash": "^4.17.4",
"object-assign": "^4.1.1",
"postcss": "^6.0.6",
"postcss-sass": "^0.1.0",
"postcss-scss": "^1.0.2",
"postcss-value-parser": "^3.3.0",
"promise-each": "^2.2.0",
"read-cache": "^1.0.0",
"resolve": "^1.3.3",
"sugarss": "^1.0.0"
},
"description": "PostCSS plugin to import CSS/SugarSS files",
"devDependencies": {
"ava": "^0.20.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.24.1",
"espower": "^2.1.0",
"flow-bin": "^0.49.1",
"fs-extra": "^3.0.1",
"prepublish": "^0.20.0",
"readable-code": "^3.3.2",
"rimraf": "^2.6.1"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=4.0.0",
"yarn": ">=0.17.0"
},
"es2015": "lib/index.es2015.esmodule.js",
"homepage": "https://github.com/sebastian-software/postcss-smart-import#readme",
"jsnext:main": "lib/index.classic.esmodule.js",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"import",
"sugarss",
"sass",
"scss"
],
"license": "MIT",
"main": "lib/index.classic.commonjs.js",
"main:modern": "lib/index.modern.commonjs.js",
"module": "lib/index.classic.esmodule.js",
"module:modern": "lib/index.modern.esmodule.js",
"name": "postcss-smart-import",
"repository": {
"type": "git",
"url": "git+https://github.com/sebastian-software/postcss-smart-import.git"
},
"scripts": {
"prepublish": "rimraf lib && prepublish",
"release": "release-it --github.release --npm.publish --non-interactive",
"release:major": "release-it --github.release --npm.publish --non-interactive --increment major",
"release:minor": "release-it --github.release --npm.publish --non-interactive --increment minor",
"test": "ava"
},
"version": "0.7.5"
}