{"_id":"postcss-smart-asset","_rev":"3332910","name":"postcss-smart-asset","description":"PostCSS plugin to rebase or inline on url().","dist-tags":{"latest":"3.1.0"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"time":{"modified":"2024-07-10T07:31:54.000Z","created":"2017-07-10T12:43:26.117Z","3.1.0":"2022-03-22T22:12:19.586Z","3.0.2":"2022-03-02T10:36:37.441Z","3.0.1":"2022-01-20T12:08:37.424Z","3.0.0":"2022-01-19T22:35:54.749Z","2.0.6":"2021-07-09T10:10:19.793Z","2.0.5":"2021-05-12T08:19:29.805Z","2.0.4":"2021-03-17T14:29:50.438Z","2.0.3":"2020-12-11T09:54:54.356Z","2.0.2":"2020-11-18T16:13:38.421Z","2.0.1":"2020-11-18T15:48:22.324Z","2.0.0":"2020-11-18T15:41:38.619Z","1.0.6":"2020-06-15T08:34:56.924Z","1.0.5":"2020-05-08T10:52:47.733Z","1.0.4":"2020-05-08T09:55:12.886Z","1.0.3":"2020-03-31T10:38:30.793Z","1.0.2":"2019-12-13T08:10:14.445Z","1.0.1":"2019-10-01T14:34:11.168Z","1.0.0":"2019-08-06T13:23:51.778Z","0.10.0":"2019-06-21T20:09:33.044Z","0.9.3":"2019-06-20T21:48:21.212Z","0.9.2":"2019-05-06T21:11:57.060Z","0.9.1":"2019-04-04T11:26:58.621Z","0.9.0":"2019-04-04T11:21:47.479Z","0.8.2":"2019-01-25T09:13:19.177Z","0.8.1":"2018-12-19T21:18:52.319Z","0.8.0":"2018-12-17T16:26:40.996Z","0.7.4":"2018-09-18T20:24:55.226Z","0.7.3":"2018-08-10T08:23:27.790Z","0.7.2":"2018-08-10T07:58:38.716Z","0.7.1":"2018-07-26T11:26:27.642Z","0.7.0":"2018-07-26T09:28:28.079Z","0.6.2":"2018-07-25T14:16:55.842Z","0.6.1":"2018-07-25T14:10:53.876Z","0.6.0":"2018-07-25T13:45:16.981Z","0.5.7":"2018-06-25T08:20:32.254Z","0.5.6":"2018-02-01T21:04:16.475Z","0.5.5":"2018-01-31T16:37:46.279Z","0.5.4":"2018-01-31T09:25:57.429Z","0.5.3":"2018-01-31T09:16:13.544Z","0.5.2":"2018-01-30T11:36:13.493Z","0.5.1":"2017-11-22T09:32:48.943Z","0.5.0":"2017-10-24T19:00:45.874Z","0.4.4":"2017-10-18T07:58:32.965Z","0.4.3":"2017-10-18T07:49:46.730Z","0.4.2":"2017-10-18T07:48:58.816Z","0.4.1":"2017-10-17T21:56:00.950Z","0.4.0":"2017-10-17T21:54:20.339Z","0.3.0":"2017-10-16T16:26:34.203Z","0.2.3":"2017-08-05T16:50:56.890Z","0.2.2":"2017-08-05T16:39:38.723Z","0.2.1":"2017-07-28T14:16:28.143Z","0.2.0":"2017-07-11T15:42:41.200Z","0.1.4":"2017-07-10T13:43:42.984Z","0.1.3":"2017-07-10T13:41:42.524Z","0.1.2":"2017-07-10T13:25:38.107Z","0.1.1":"2017-07-10T13:12:46.868Z","0.1.0":"2017-07-10T13:00:57.560Z","0.0.2":"2017-07-10T12:43:26.117Z"},"users":{},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"versions":{"3.1.0":{"name":"postcss-smart-asset","version":"3.1.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=14"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^4.1.0","core-js":"^3.21.1","mime":"^3.0.0","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.4.12"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@effective/eslint-config":"^4.0.2","@effective/prettier":"^4.3.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^27.5.1","eslint":"^8.11.0","husky":"^7.0.4","jest":"^27.5.1","lint-staged":"^12.3.7","postcss":"^8.4.12","postcss-import":"^14.1.0","preppy":"^11.0.2","prettier":"^2.6.0","release-it":"^14.13.1","rimraf":"^3.0.2","typescript":"^4.6.2"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"f223b108cfcf038d699e26f3d27f903cc2c9fe6e","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@3.1.0","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"5b113498900d58e68c801a9732648a4db158cad2","size":19168,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-3.1.0.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_3.1.0_1647987139398_0.7360021288850962"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T22:12:24.328Z","publish_time":1647987139586,"_cnpm_publish_time":1647987139586},"3.0.2":{"name":"postcss-smart-asset","version":"3.0.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=16.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^4.0.6","core-js":"^3.21.1","mime":"^3.0.0","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.4.7"},"devDependencies":{"@babel/core":"^7.17.5","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@effective/eslint-config":"^4.0.2","@effective/prettier":"^4.3.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^27.5.1","eslint":"^8.10.0","husky":"^7.0.4","jest":"^27.5.1","lint-staged":"^12.3.4","postcss":"^8.4.7","postcss-import":"^14.0.2","preppy":"^11.0.2","prettier":"^2.5.1","release-it":"^14.12.5","rimraf":"^3.0.2","typescript":"^4.6.2"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"0e6c6ad7fe2d26e2236eb93618991c6f70008582","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@3.0.2","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"2c49f9252acaba02e8dfb174d3e1ae9f534fa93e","size":19167,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-3.0.2.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_3.0.2_1646217397136_0.5445720891701735"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-02T10:36:42.848Z","publish_time":1646217397441,"_cnpm_publish_time":1646217397441},"3.0.1":{"name":"postcss-smart-asset","version":"3.0.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=16.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^4.0.4","core-js":"^3.20.3","mime":"^3.0.0","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.4.5"},"devDependencies":{"@babel/core":"^7.16.10","@babel/plugin-transform-runtime":"^7.16.10","@babel/preset-env":"^7.16.10","@effective/eslint-config":"^4.0.1","@effective/prettier":"^4.3.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^27.4.6","eslint":"^8.7.0","husky":"^7.0.4","jest":"^27.4.7","lint-staged":"^12.2.1","postcss":"^8.4.5","postcss-import":"^14.0.2","preppy":"^11.0.1","prettier":"^2.5.1","release-it":"^14.12.3","rimraf":"^3.0.2","typescript":"^4.5.4"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"50e0f9ca3548e98de4ffe0565806d80a562c0cd5","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@3.0.1","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"45b4e0b6535f9538a0c41ca9c577062f8aa4815d","size":19161,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-3.0.1.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_3.0.1_1642680517265_0.9321871081320467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T12:09:22.357Z","publish_time":1642680517424,"_cnpm_publish_time":1642680517424},"3.0.0":{"name":"postcss-smart-asset","version":"3.0.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=16.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^4.0.2","core-js":"^3.20.3","mime":"^3.0.0","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.4.5"},"devDependencies":{"@babel/core":"^7.16.10","@effective/eslint-config":"^4.0.1","@effective/prettier":"^4.3.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^27.4.6","babel-preset-edge":"^5.5.1","eslint":"^8.7.0","husky":"^7.0.4","jest-cli":"^27.4.7","lint-staged":"^12.2.1","postcss":"^8.4.5","postcss-import":"^14.0.2","preppy":"^10.10.2","prettier":"^2.5.1","release-it":"^14.12.3","rimraf":"^3.0.2","typescript":"^4.5.4"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"a54e6d756d460be8540ba6c95e66cdfcc4325aee","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@3.0.0","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"8476b2ec249fe3312a48e2409617bf5aca03f367","size":29115,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-3.0.0.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_3.0.0_1642631754540_0.43526066714668743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T22:36:02.344Z","publish_time":1642631754749,"_cnpm_publish_time":1642631754749},"2.0.6":{"name":"postcss-smart-asset","version":"2.0.6","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.2.0","core-js":"^3.15.2","mime":"^2.5.2","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.3.5"},"devDependencies":{"@babel/core":"^7.14.6","@effective/eslint-config":"^3.9.8","@effective/prettier":"^4.2.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^27.0.6","babel-preset-edge":"^5.5.1","eslint":"^7.30.0","husky":"^7.0.1","jest-cli":"^27.0.6","lint-staged":"^11.0.0","postcss":"^8.3.5","postcss-import":"^14.0.2","preppy":"^10.10.1","prettier":"^2.3.2","release-it":"^14.10.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"0baa2ea153ea9186f5dbd28ebbd2ab62b51eb7ec","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.6","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"28a85ae88cca2617c15503d125b47b8baebaddda","size":29299,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.6.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.6_1625825419688_0.08761361944384682"},"_hasShrinkwrap":false,"publish_time":1625825419793,"_cnpm_publish_time":1625825419793,"_cnpmcore_publish_time":"2021-12-16T22:10:50.110Z"},"2.0.5":{"name":"postcss-smart-asset","version":"2.0.5","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.1.2","core-js":"^3.12.1","mime":"^2.5.2","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.2.15"},"devDependencies":{"@babel/core":"^7.14.0","@effective/eslint-config":"^3.9.8","@effective/prettier":"^4.2.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.6.3","babel-preset-edge":"^5.5.1","eslint":"^7.26.0","husky":"^6.0.0","jest-cli":"^26.6.3","lint-staged":"^11.0.0","postcss":"^8.2.15","postcss-import":"^14.0.2","preppy":"^10.10.1","prettier":"^2.3.0","release-it":"^14.6.2","rimraf":"^3.0.2","typescript":"^4.2.4"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"f131262adb0ed1e17521f492dab675ae41efdf1c","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.5","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"3b7cecdfaf2cb7bfe8a3d052fe8f24e60cc261d7","size":29302,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.5.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.5_1620807569607_0.13036452832237622"},"_hasShrinkwrap":false,"publish_time":1620807569805,"_cnpm_publish_time":1620807569805,"_cnpmcore_publish_time":"2021-12-16T22:10:50.339Z"},"2.0.4":{"name":"postcss-smart-asset","version":"2.0.4","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.1.1","core-js":"^3.9.1","mime":"^2.5.2","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.2.8"},"devDependencies":{"@babel/core":"^7.13.10","@effective/eslint-config":"^3.9.7","@effective/prettier":"^4.2.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.6.3","babel-preset-edge":"^5.5.1","eslint":"^7.22.0","husky":"^5.1.3","jest-cli":"^26.6.3","lint-staged":"^10.5.4","postcss":"^8.2.8","postcss-import":"^14.0.0","preppy":"^10.9.4","prettier":"^2.2.1","release-it":"^14.4.1","rimraf":"^3.0.2","typescript":"^4.2.3"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"1fcd5713815b11cdf120ef995014a476080d2375","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.4","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"124e235526a32ad086ffd1e3d8c272038cc53bd7","size":29295,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.4.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.4_1615991390234_0.8179710084881586"},"_hasShrinkwrap":false,"publish_time":1615991390438,"_cnpm_publish_time":1615991390438,"_cnpmcore_publish_time":"2021-12-16T22:10:51.053Z"},"2.0.3":{"name":"postcss-smart-asset","version":"2.0.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.8","core-js":"^3.8.1","mime":"^2.4.6","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.2.1"},"devDependencies":{"@babel/core":"^7.12.10","@effective/eslint-config":"^3.9.3","@effective/prettier":"^4.2.3","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.6.3","babel-preset-edge":"^5.5.1","eslint":"^7.15.0","husky":"^4.3.5","jest-cli":"^26.6.3","lint-staged":"^10.5.3","postcss":"^8.2.1","postcss-import":"^13.0.0","preppy":"^10.9.1","prettier":"^2.2.1","release-it":"^14.2.2","rimraf":"^3.0.2","typescript":"^4.1.2"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"7054ad29e99b24e0e351368a8dc1c880a32d160a","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.3","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"5fee9d48bdbf5d56e692bb1a1f89a25769c2c2e2","size":29311,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.3.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.3_1607680494223_0.606669331659532"},"_hasShrinkwrap":false,"publish_time":1607680494356,"_cnpm_publish_time":1607680494356,"_cnpmcore_publish_time":"2021-12-16T22:10:51.306Z"},"2.0.2":{"name":"postcss-smart-asset","version":"2.0.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.8","core-js":"^3.7.0","mime":"^2.4.6","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.1.7"},"devDependencies":{"@babel/core":"^7.12.3","@effective/eslint-config":"^3.8.0","@effective/prettier":"^4.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.6.3","babel-preset-edge":"^5.5.1","eslint":"^7.13.0","husky":"^4.3.0","jest-cli":"^26.6.3","lint-staged":"^10.5.1","postcss":"^8.1.7","postcss-import":"^13.0.0","preppy":"^10.8.0","prettier":"^2.1.2","release-it":"^14.2.1","rimraf":"^3.0.2","typescript":"^4.0.5"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"fbe51bb136b05104d60cd193aa8f6c6cc3f9e293","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"632c39c0bbe6b404869237f7414612c6c6d94214","size":29310,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.2.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.2_1605716018261_0.2041962140594813"},"_hasShrinkwrap":false,"publish_time":1605716018421,"_cnpm_publish_time":1605716018421,"_cnpmcore_publish_time":"2021-12-16T22:10:51.596Z"},"2.0.1":{"name":"postcss-smart-asset","version":"2.0.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.8","core-js":"^3.7.0","mime":"^2.4.6","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.1.7"},"devDependencies":{"@babel/core":"^7.12.3","@effective/eslint-config":"^3.8.0","@effective/prettier":"^4.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.6.3","babel-preset-edge":"^5.5.1","eslint":"^7.13.0","husky":"^4.3.0","jest-cli":"^26.6.3","lint-staged":"^10.5.1","postcss":"^8.1.7","postcss-import":"^13.0.0","preppy":"^10.8.0","prettier":"^2.1.2","release-it":"^14.2.1","rimraf":"^3.0.2","typescript":"^4.0.5"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"34d44537e775b1f6a9f691a026fff58678ebf50c","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"21c4b2a9197b93ed750daf0eb01e7a1522e36de0","size":29304,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.1.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.1_1605714502134_0.021550614161987447"},"_hasShrinkwrap":false,"publish_time":1605714502324,"_cnpm_publish_time":1605714502324,"_cnpmcore_publish_time":"2021-12-16T22:10:51.878Z"},"2.0.0":{"name":"postcss-smart-asset","version":"2.0.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.8","core-js":"^3.7.0","mime":"^2.4.6","minimatch":"^3.0.4"},"peerDependencies":{"postcss":"^8.1.7"},"devDependencies":{"@babel/core":"^7.12.3","@effective/eslint-config":"^3.8.0","@effective/prettier":"^4.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.6.3","babel-preset-edge":"^5.5.1","eslint":"^7.13.0","husky":"^4.3.0","jest-cli":"^26.6.3","lint-staged":"^10.5.1","postcss-import":"^13.0.0","preppy":"^10.8.0","prettier":"^2.1.2","release-it":"^14.2.1","rimraf":"^3.0.2","typescript":"^4.0.5"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"3dd4bd73c546b172d06f06a986a4e4334b276336","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@2.0.0","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"8715121bc6057b7b95904b28d8d82e0ad425a498","size":29334,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-2.0.0.tgz"},"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_2.0.0_1605714098477_0.9381973954850134"},"_hasShrinkwrap":false,"publish_time":1605714098619,"_cnpm_publish_time":1605714098619,"_cnpmcore_publish_time":"2021-12-16T22:10:52.150Z"},"1.0.6":{"name":"postcss-smart-asset","version":"1.0.6","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.7","core-js":"^3.6.5","cp-file":"^9.0.0","mime":"^2.4.6","minimatch":"^3.0.4","pify":"^5.0.0","postcss":"^7.0.32"},"devDependencies":{"@babel/core":"^7.10.2","@effective/eslint-config":"^3.7.1","@effective/prettier":"^4.0.3","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.0.1","babel-preset-edge":"^5.5.1","eslint":"^7.2.0","husky":"^4.2.5","jest-cli":"^26.0.1","lint-staged":"^10.2.10","postcss-import":"^12.0.1","preppy":"^10.5.0","prettier":"^2.0.5","release-it":"^13.6.3","rimraf":"^3.0.2","typescript":"^3.9.5"},"scripts":{"lint":"eslint '**/*.js'","format":"effective-prettier '**/*.{js,ts,json,md}'","release":"release-it --ci patch","release:minor":"release-it --ci minor","release:major":"release-it --ci major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"ef5b278dd45caca5c3c1df0ac775e7718cc64b5e","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.6","_nodeVersion":"12.17.0","_npmVersion":"6.14.5","dist":{"shasum":"c4c55d8c230716030cbe71650656f7fd13f6ae82","size":29087,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.6.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.6_1592210096712_0.7178765912153156"},"_hasShrinkwrap":false,"publish_time":1592210096924,"_cnpm_publish_time":1592210096924,"_cnpmcore_publish_time":"2021-12-16T22:10:52.401Z"},"1.0.5":{"name":"postcss-smart-asset","version":"1.0.5","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=10.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.4","core-js":"^3.6.5","cp-file":"^9.0.0","mime":"^2.4.5","minimatch":"^3.0.4","pify":"^5.0.0","postcss":"^7.0.29"},"devDependencies":{"@babel/core":"^7.9.6","@effective/eslint-config":"^2.6.2","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.0.1","babel-preset-edge":"^5.5.1","eslint":"^6.8.0","husky":"^4.2.5","jest-cli":"^26.0.1","lint-staged":"^10.2.2","postcss-import":"^12.0.1","preppy":"^10.4.0","prettier":"^2.0.5","rimraf":"^3.0.2","typescript":"^3.8.3"},"scripts":{"lint":"eslint '**/*.js'","fix":"eslint --fix '**/*.js'","format":"prettier --write '**/*.js' && npm run fix","release":"release-it patch","release:minor":"release-it minor","release:major":"release-it major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"dcffb5bc31d533eeda0c56d7c500771a9441538e","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.5","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"5c9a0854d9feda1923faaadd4025fb2f4601c35d","size":19215,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.5.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.5_1588935167578_0.19553512409929108"},"_hasShrinkwrap":false,"publish_time":1588935167733,"_cnpm_publish_time":1588935167733,"_cnpmcore_publish_time":"2021-12-16T22:10:52.598Z"},"1.0.4":{"name":"postcss-smart-asset","version":"1.0.4","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=8.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.4","core-js":"^3.6.5","cp-file":"^9.0.0","mime":"^2.4.5","minimatch":"^3.0.4","pify":"^5.0.0","postcss":"^7.0.29"},"devDependencies":{"@babel/core":"^7.9.6","@effective/eslint-config":"^2.6.2","babel-core":"^7.0.0-bridge.0","babel-jest":"^26.0.1","babel-preset-edge":"^5.5.1","eslint":"^6.8.0","husky":"^4.2.5","jest-cli":"^26.0.1","lint-staged":"^10.2.2","postcss-import":"^12.0.1","preppy":"^10.4.0","prettier":"^2.0.5","rimraf":"^3.0.2","typescript":"^3.8.3"},"scripts":{"lint":"eslint '**/*.js'","fix":"eslint --fix '**/*.js'","format":"prettier --write '**/*.js' && npm run fix","release":"release-it patch","release:minor":"release-it minor","release:major":"release-it major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"436bc356f69ed1aabbad3ec7bfc0fea21a2bee6b","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.4","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"9bc71ae860badc5be877c5d44bf88c482e5e636d","size":28896,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.4.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.4_1588931712753_0.8446889008871747"},"_hasShrinkwrap":false,"publish_time":1588931712886,"_cnpm_publish_time":1588931712886,"_cnpmcore_publish_time":"2021-12-16T22:10:53.271Z"},"1.0.3":{"name":"postcss-smart-asset","version":"1.0.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=8.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.4","core-js":"^3.6.4","cp-file":"^9.0.0","mime":"^2.4.4","minimatch":"^3.0.4","pify":"^5.0.0","postcss":"^7.0.27"},"devDependencies":{"@babel/core":"^7.9.0","@effective/eslint-config":"^2.2.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^25.2.4","babel-preset-edge":"^5.5.1","eslint":"^6.8.0","husky":"^4.2.3","jest-cli":"^25.2.4","lint-staged":"^10.1.0","postcss-import":"^12.0.1","preppy":"^10.1.0","prettier":"^2.0.2","rimraf":"^3.0.2","typescript":"^3.8.3"},"scripts":{"lint":"eslint '**/*.js'","fix":"eslint --fix '**/*.js'","format":"prettier --write '**/*.js' && npm run fix","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"252ef660ec4b96228a3bbd8c8247301a73fa3c89","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.3","_nodeVersion":"13.12.0","_npmVersion":"6.14.4","dist":{"shasum":"fe34e87ed8590815dca264027fca9de8157a13ff","size":28870,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.3_1585651110623_0.4410744269168163"},"_hasShrinkwrap":false,"publish_time":1585651110793,"_cnpm_publish_time":1585651110793,"_cnpmcore_publish_time":"2021-12-16T22:10:53.544Z"},"1.0.2":{"name":"postcss-smart-asset","version":"1.0.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=8.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.3","core-js":"^3.5.0","cp-file":"^7.0.0","mime":"^2.4.4","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.24"},"devDependencies":{"@babel/core":"^7.7.5","@effective/eslint-config":"^1.4.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.9.0","babel-preset-edge":"^5.5.0","eslint":"^6.7.2","husky":"^3.1.0","jest-cli":"^24.9.0","lint-staged":"^9.5.0","postcss-import":"^12.0.1","preppy":"^9.3.0","prettier":"^1.19.1","rimraf":"^3.0.0","typescript":"^3.7.3"},"scripts":{"lint":"eslint '**/*.js'","fix":"eslint --fix '**/*.js'","format":"prettier --write '**/*.js' && npm run fix","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"9f61e5296bf4787499d7d59a836b5a3408a3160f","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.2","_nodeVersion":"12.13.1","_npmVersion":"6.13.3","dist":{"shasum":"e3cab069f8f28c00cbe3571cabc6f032f39ae93d","size":19216,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.2_1576224614177_0.19244482246726435"},"_hasShrinkwrap":false,"publish_time":1576224614445,"_cnpm_publish_time":1576224614445,"_cnpmcore_publish_time":"2021-12-16T22:10:53.861Z"},"1.0.1":{"name":"postcss-smart-asset","version":"1.0.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=8.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.1","core-js":"^3.2.1","cp-file":"^7.0.0","mime":"^2.4.4","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.18"},"devDependencies":{"@babel/core":"^7.6.2","@effective/eslint-config":"^1.1.1","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.9.0","babel-preset-edge":"^5.5.0","eslint":"^6.5.1","husky":"^3.0.7","jest-cli":"^24.9.0","lint-staged":"^9.4.1","postcss-import":"^12.0.1","preppy":"^8.3.1","prettier":"^1.18.2","rimraf":"^3.0.0","typescript":"^3.6.3"},"scripts":{"lint":"eslint '**/*.js'","fix":"eslint --fix '**/*.js'","format":"prettier --write '**/*.js' && npm run fix","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"8bea0624ad47f5603281ed48691488ad13d25921","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.1","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"73997134b4601d630c57042478ad2b84d877e47a","size":19220,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.1_1569940451018_0.1884821696969301"},"_hasShrinkwrap":false,"publish_time":1569940451168,"_cnpm_publish_time":1569940451168,"_cnpmcore_publish_time":"2021-12-16T22:10:54.091Z"},"1.0.0":{"name":"postcss-smart-asset","version":"1.0.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=8.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint --quiet"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^3.0.0","core-js":"^3.1.4","cp-file":"^7.0.0","mime":"^2.4.4","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.17"},"devDependencies":{"@babel/core":"^7.5.5","@effective/eslint-config":"^0.8.1","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","babel-preset-edge":"^5.3.0","eslint":"^6.1.0","husky":"^3.0.2","jest-cli":"^24.8.0","lint-staged":"^9.2.1","postcss-import":"^12.0.1","preppy":"^8.3.0","prettier":"^1.18.2","rimraf":"^2.6.3","typescript":"^3.5.3"},"scripts":{"lint":"eslint '**/*.js'","fix":"eslint --fix '**/*.js'","format":"prettier --write '**/*.js' && npm run fix","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"9a537928b4def023890f76369991461af24ea3c9","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@1.0.0","_nodeVersion":"12.7.0","_npmVersion":"6.10.2","dist":{"shasum":"375595dd728518bacaca8536648776103329113c","size":19221,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-1.0.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_1.0.0_1565097831656_0.5193969381594674"},"_hasShrinkwrap":false,"publish_time":1565097831778,"_cnpm_publish_time":1565097831778,"_cnpmcore_publish_time":"2021-12-16T22:10:54.405Z"},"0.10.0":{"name":"postcss-smart-asset","version":"0.10.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=8.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"@babel/runtime":"^7.4.5","asset-hash":"^2.4.3","core-js":"^3.1.4","cp-file":"^7.0.0","mime":"^2.4.4","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.17"},"devDependencies":{"@babel/core":"^7.4.5","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","babel-preset-edge":"^5.3.0","eslint":"^5.16.0","eslint-config-readable":"^2.3.2","husky":"^2.4.1","jest-cli":"^24.8.0","lint-staged":"^8.2.1","postcss-import":"^12.0.1","preppy":"^8.1.4","prettier":"^1.18.2","rimraf":"^2.6.3"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"62ee7d628bf1e8f025e7284c045d7b3d4a18867c","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.10.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"306ca3f302f1e3081de6f8ae9d362f324f80e480","size":33643,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.10.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.10.0_1561147772908_0.33468181698766863"},"_hasShrinkwrap":false,"publish_time":1561147773044,"_cnpm_publish_time":1561147773044,"_cnpmcore_publish_time":"2021-12-16T22:10:54.622Z"},"0.9.3":{"name":"postcss-smart-asset","version":"0.9.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"@babel/runtime":"^7.4.5","asset-hash":"^2.4.3","core-js":"^3.1.4","cp-file":"^7.0.0","mime":"^2.4.4","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.17"},"devDependencies":{"@babel/core":"^7.4.5","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","babel-preset-edge":"^5.3.0","eslint":"^5.16.0","eslint-config-readable":"^2.3.2","husky":"^2.4.1","jest-cli":"^24.8.0","lint-staged":"^8.2.1","postcss-import":"^12.0.1","preppy":"^8.1.4","prettier":"^1.18.2","rimraf":"^2.6.3"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"abb02d0c014164cea12eaa5673b7e8db38899aec","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.9.3","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"ff16f6bfe5ec334c264a136b379607845a490ac0","size":33645,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.9.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.9.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.9.3_1561067301086_0.7218701479469987"},"_hasShrinkwrap":false,"publish_time":1561067301212,"_cnpm_publish_time":1561067301212,"_cnpmcore_publish_time":"2021-12-16T22:10:54.908Z"},"0.9.2":{"name":"postcss-smart-asset","version":"0.9.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"@babel/runtime":"^7.4.4","asset-hash":"^2.4.2","core-js":"^3.0.1","cp-file":"^7.0.0","mime":"^2.4.2","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.16"},"devDependencies":{"@babel/core":"^7.4.4","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.8.0","babel-preset-edge":"^5.2.0","eslint":"^5.16.0","eslint-config-readable":"^2.3.2","husky":"^2.2.0","jest-cli":"^24.8.0","lint-staged":"^8.1.6","postcss-import":"^12.0.1","preppy":"^8.0.0","prettier":"^1.17.0","rimraf":"^2.6.3"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"d9c816450a9ba773e2510a5c7df99058fd03d64c","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.9.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"744c36e361386b19900e34f3874f08a71ea14dea","size":33619,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.9.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.9.2_1557177116751_0.8494404696072679"},"_hasShrinkwrap":false,"publish_time":1557177117060,"_cnpm_publish_time":1557177117060,"_cnpmcore_publish_time":"2021-12-16T22:10:55.543Z"},"0.9.1":{"name":"postcss-smart-asset","version":"0.9.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"@babel/runtime":"^7.4.3","asset-hash":"^2.4.1","core-js":"^3.0.0","cp-file":"^6.2.0","mime":"^2.4.1","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.14"},"devDependencies":{"@babel/core":"^7.4.3","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.7.1","babel-preset-edge":"^5.2.0","eslint":"^5.16.0","eslint-config-readable":"^2.3.2","husky":"^1.3.1","jest-cli":"^24.7.1","lint-staged":"^8.1.5","postcss-import":"^12.0.1","preppy":"^7.10.0","prettier":"^1.16.4","rimraf":"^2.6.3"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"a9ea317f69e0125367d5e7be0d4b7aceacd692e6","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.9.1","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"91fcefd5894cfb228ed8e0cb771a93dbd6b53c2a","size":33623,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.9.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.9.1_1554377218441_0.5525029968910722"},"_hasShrinkwrap":false,"publish_time":1554377218621,"_cnpm_publish_time":1554377218621,"_cnpmcore_publish_time":"2021-12-16T22:10:55.814Z"},"0.9.0":{"name":"postcss-smart-asset","version":"0.9.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"@babel/runtime":"^7.4.3","asset-hash":"^2.4.0","core-js":"^3.0.0","cp-file":"^6.2.0","mime":"^2.4.1","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.14"},"devDependencies":{"@babel/core":"^7.4.3","babel-core":"^7.0.0-bridge.0","babel-jest":"^24.7.1","babel-preset-edge":"^5.2.0","eslint":"^5.16.0","eslint-config-readable":"^2.3.2","husky":"^1.3.1","jest-cli":"^24.7.1","lint-staged":"^8.1.5","postcss-import":"^12.0.1","preppy":"^7.10.0","prettier":"^1.16.4","rimraf":"^2.6.3"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"040eb557e48af129a09517e25ccd779392021524","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.9.0","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"cf6923d1b8407e142e056769ae557090f7c7d21d","size":33623,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.9.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.9.0_1554376907364_0.7418241039334434"},"_hasShrinkwrap":false,"publish_time":1554376907479,"_cnpm_publish_time":1554376907479,"_cnpmcore_publish_time":"2021-12-16T22:10:56.091Z"},"0.8.2":{"name":"postcss-smart-asset","version":"0.8.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^2.2.9","core-js":"^2.6.3","cp-file":"^6.0.0","mime":"^2.4.0","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.14"},"devDependencies":{"@babel/core":"^7.2.2","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","babel-preset-edge":"^4.14.5","eslint":"^5.12.1","eslint-config-readable":"^2.3.0","husky":"^1.3.1","jest-cli":"^23.6.0","lint-staged":"^8.1.0","postcss-import":"^12.0.1","preppy":"^7.4.2","prettier":"^1.16.1","rimraf":"^2.6.3"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"4a453a3321db192754b51120d978151a55f659e2","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.8.2","_nodeVersion":"11.7.0","_npmVersion":"6.7.0","dist":{"shasum":"cb85537fb4db5da01ee8fe47b5fb001f33ef2166","size":33526,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.8.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.8.2_1548407599095_0.7890955266698592"},"_hasShrinkwrap":false,"publish_time":1548407599177,"_cnpm_publish_time":1548407599177,"_cnpmcore_publish_time":"2021-12-16T22:10:56.341Z"},"0.8.1":{"name":"postcss-smart-asset","version":"0.8.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^2.2.6","core-js":"^2.6.1","cp-file":"^6.0.0","mime":"^2.4.0","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.7"},"devDependencies":{"@babel/core":"^7.2.2","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","babel-preset-edge":"^4.14.0","eslint":"^5.10.0","eslint-config-readable":"^2.3.0","husky":"^1.3.0","jest-cli":"^23.6.0","lint-staged":"^8.1.0","postcss-import":"^12.0.1","preppy":"^7.1.0","prettier":"^1.15.3","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","prepare":"rimraf lib && preppy"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"gitHead":"701dab653acadf9988616b4f5bf303bc3828e8b5","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.8.1","_npmVersion":"6.5.0","_nodeVersion":"11.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"12546473fbbb978ea250644d05744e6a1438b1b7","size":33524,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.8.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.8.1_1545254332104_0.7171246816707735"},"_hasShrinkwrap":false,"publish_time":1545254332319,"_cnpm_publish_time":1545254332319,"_cnpmcore_publish_time":"2021-12-16T22:10:57.117Z"},"0.8.0":{"name":"postcss-smart-asset","version":"0.8.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^2.2.5","core-js":"^2.6.0","cp-file":"^6.0.0","mime":"^2.4.0","minimatch":"^3.0.4","pify":"^4.0.1","postcss":"^7.0.7"},"devDependencies":{"@babel/core":"^7.2.2","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","babel-preset-edge":"^4.13.5","eslint":"^5.10.0","eslint-config-readable":"^2.2.0","flow-bin":"^0.89.0","husky":"^1.2.1","jest-cli":"^23.6.0","lint-staged":"^8.1.0","postcss-import":"^12.0.1","preppy":"^7.1.0","prettier":"^1.15.3","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"2cb62efdb5ded8877e15e94e00ab325f0a40d8e6","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.8.0","_npmVersion":"6.5.0","_nodeVersion":"11.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"9b4e425932dfa8f62f2084f983a6c81fb9819352","size":33531,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.8.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.8.0_1545064000869_0.0732081533585458"},"_hasShrinkwrap":false,"publish_time":1545064000996,"_cnpm_publish_time":1545064000996,"_cnpmcore_publish_time":"2021-12-16T22:10:57.339Z"},"0.7.4":{"name":"postcss-smart-asset","version":"0.7.4","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^2.2.4","core-js":"^2.5.7","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^4.0.0","postcss":"^7.0.2"},"devDependencies":{"@babel/core":"^7.1.0","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","babel-preset-edge":"^4.13.1","eslint":"^5.6.0","eslint-config-readable":"^2.2.0","flow-bin":"^0.81.0","husky":"^0.14.3","jest-cli":"^23.6.0","lint-staged":"^7.2.2","postcss-import":"^12.0.0","preppy":"^4.4.0","prettier":"^1.14.2","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"387a0e86293aef177c12509912d66ae8a5fd6636","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.7.4","_npmVersion":"6.4.1","_nodeVersion":"10.10.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"03ca54ccb3f6dfc78a7a520e08d2a4de2f01113f","size":33566,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.7.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.7.4.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.7.4_1537302294955_0.499036578637688"},"_hasShrinkwrap":false,"publish_time":1537302295226,"_cnpm_publish_time":1537302295226,"_cnpmcore_publish_time":"2021-12-16T22:10:57.564Z"},"0.7.3":{"name":"postcss-smart-asset","version":"0.7.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^2.2.2","core-js":"^2.5.7","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^4.0.0","postcss":"^7.0.2"},"devDependencies":{"@babel/core":"^7.0.0-rc.1","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.2","babel-preset-edge":"^4.10.1","eslint":"^5.3.0","eslint-config-readable":"^2.1.4","flow-bin":"^0.78.0","husky":"^0.14.3","jest-cli":"^23.4.2","lint-staged":"^7.2.0","postcss-import":"^12.0.0","preppy":"^4.3.2","prettier":"^1.14.2","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"5250905e1dfa488ab29478d06bcacbef20a46f01","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.7.3","_npmVersion":"6.3.0","_nodeVersion":"10.8.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"0ddce38fe19a35812987abd28a43e60ce04c64af","size":33554,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.7.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.7.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.7.3_1533889407644_0.34627470026554596"},"_hasShrinkwrap":false,"publish_time":1533889407790,"_cnpm_publish_time":1533889407790,"_cnpmcore_publish_time":"2021-12-16T22:10:57.770Z"},"0.7.2":{"name":"postcss-smart-asset","version":"0.7.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"jest":{"testEnvironment":"node"},"dependencies":{"asset-hash":"^2.2.1","core-js":"^2.5.7","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^4.0.0","postcss":"^7.0.2"},"devDependencies":{"@babel/core":"^7.0.0-rc.1","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.2","babel-preset-edge":"^4.10.1","eslint":"^5.3.0","eslint-config-readable":"^2.1.3","flow-bin":"^0.78.0","husky":"^0.14.3","jest-cli":"^23.4.2","lint-staged":"^7.2.0","postcss-import":"^12.0.0","preppy":"^4.3.1","prettier":"^1.14.2","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"462845e0dc77937bdceb16411fccaea40e88dec2","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.7.2","_npmVersion":"6.3.0","_nodeVersion":"10.8.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"7d16bc6711b3a1a8dddc4001b77b0cef39998995","size":33555,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.7.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.7.2_1533887918602_0.6110402881167656"},"_hasShrinkwrap":false,"publish_time":1533887918716,"_cnpm_publish_time":1533887918716,"_cnpmcore_publish_time":"2021-12-16T22:10:57.979Z"},"0.7.1":{"name":"postcss-smart-asset","version":"0.7.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^2.2.0","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^7.0.1"},"devDependencies":{"@babel/core":"^7.0.0-beta.54","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.0","babel-preset-edge":"^4.9.3","eslint":"^5.2.0","eslint-config-readable":"^2.1.3","flow-bin":"^0.77.0","husky":"^0.14.3","jest-cli":"^23.4.1","lint-staged":"^7.2.0","postcss-import":"^11.1.0","preppy":"^4.2.3","prettier":"^1.13.7","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"908c3669ef0c6fa0b65b820d05c494fa150235f5","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.7.1","_npmVersion":"6.2.0","_nodeVersion":"10.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"834b5ce57fc0166216ba162a4155b2a726446f4d","size":32619,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.7.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.7.1_1532604387527_0.6950619828861808"},"_hasShrinkwrap":false,"publish_time":1532604387642,"_cnpm_publish_time":1532604387642,"_cnpmcore_publish_time":"2021-12-16T22:10:58.216Z"},"0.7.0":{"name":"postcss-smart-asset","version":"0.7.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^2.1.5","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^7.0.1"},"devDependencies":{"@babel/core":"^7.0.0-beta.54","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.0","babel-preset-edge":"^4.9.3","eslint":"^5.2.0","eslint-config-readable":"^2.1.3","flow-bin":"^0.77.0","husky":"^0.14.3","jest-cli":"^23.4.1","lint-staged":"^7.2.0","postcss-import":"^11.1.0","preppy":"^4.2.3","prettier":"^1.13.7","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"00bd7a7f5fcedf7753288874a972f56d7fb1ecde","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.7.0","_npmVersion":"6.2.0","_nodeVersion":"10.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"bd629561535a67ac676fab38d394978269d48358","size":32622,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.7.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.7.0_1532597307996_0.43591067048272003"},"_hasShrinkwrap":false,"publish_time":1532597308079,"_cnpm_publish_time":1532597308079,"_cnpmcore_publish_time":"2021-12-16T22:10:58.940Z"},"0.6.2":{"name":"postcss-smart-asset","version":"0.6.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^2.1.4","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^7.0.1"},"devDependencies":{"@babel/core":"^7.0.0-beta.54","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.0","babel-preset-edge":"^4.9.3","eslint":"^5.2.0","eslint-config-readable":"^2.1.3","flow-bin":"^0.77.0","husky":"^0.14.3","jest-cli":"^23.4.1","lint-staged":"^7.2.0","postcss-import":"^11.1.0","preppy":"^4.2.3","prettier":"^1.13.7","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"6a0b517571c5d6821a5f51bd4af1bd200319e5fc","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.6.2","_npmVersion":"6.2.0","_nodeVersion":"10.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"b971fe68bac2a1d7af6c4e4d6e37b5cd2277b147","size":32626,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.6.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.6.2_1532528215694_0.6723387307281734"},"_hasShrinkwrap":false,"publish_time":1532528215842,"_cnpm_publish_time":1532528215842,"_cnpmcore_publish_time":"2021-12-16T22:10:59.172Z"},"0.6.1":{"name":"postcss-smart-asset","version":"0.6.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^2.1.4","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^7.0.1"},"devDependencies":{"@babel/core":"^7.0.0-beta.54","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.0","babel-preset-edge":"^4.9.3","eslint":"^5.2.0","eslint-config-readable":"^2.1.3","flow-bin":"^0.77.0","husky":"^0.14.3","jest-cli":"^23.4.1","lint-staged":"^7.2.0","postcss-import":"^11.1.0","preppy":"^4.2.3","prettier":"^1.13.7","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"73bd95297b8c70bc63b8f9e6343f27f79514c7eb","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.6.1","_npmVersion":"6.2.0","_nodeVersion":"10.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"6d84a6c5393f37a7ac4e236a2dabfe3417bd1c5b","size":32629,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.6.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.6.1_1532527853742_0.9670511474526327"},"_hasShrinkwrap":false,"publish_time":1532527853876,"_cnpm_publish_time":1532527853876,"_cnpmcore_publish_time":"2021-12-16T22:10:59.431Z"},"0.6.0":{"name":"postcss-smart-asset","version":"0.6.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^2.1.4","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^7.0.1"},"devDependencies":{"@babel/core":"^7.0.0-beta.54","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.4.0","babel-preset-edge":"^4.9.3","eslint":"^5.2.0","eslint-config-readable":"^2.1.3","flow-bin":"^0.77.0","husky":"^0.14.3","jest-cli":"^23.4.1","lint-staged":"^7.2.0","postcss-import":"^11.1.0","preppy":"^4.2.3","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint .","fix:js":"eslint --fix .","format:js":"prettier --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","precommit":"lint-staged","prepare":"rimraf lib && preppy"},"gitHead":"9cd9a170df6a8bd36fc3c6ce563566f323181642","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.6.0","_npmVersion":"6.2.0","_nodeVersion":"10.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"dd5f3de553e4f389677527e5d742b74d6dbe3954","size":32114,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.6.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.6.0_1532526316788_0.2647341721809895"},"_hasShrinkwrap":false,"publish_time":1532526316981,"_cnpm_publish_time":1532526316981,"_cnpmcore_publish_time":"2021-12-16T22:10:59.683Z"},"0.5.7":{"name":"postcss-smart-asset","version":"0.5.7","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^1.2.1","cp-file":"^6.0.0","mime":"^2.3.1","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.23"},"devDependencies":{"@babel/core":"^7.0.0-beta.51","babel-jest":"^23.0.1","babel-preset-edge":"^4.5.1","eslint":"^5.0.0","eslint-config-readable":"^2.0.0","jest-cli":"^23.1.0","lint-staged":"^7.2.0","postcss-import":"^11.1.0","preppy":"^4.2.3","rimraf":"^2.6.2"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint --ignore-path .gitignore .","fix:js":"eslint --ignore-path .gitignore --fix .","format:js":"prettier --ignore-path .gitignore --write '**/*.js' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"preppy"},"gitHead":"820b92fea9ee904eae8b276c219d8a441908e8d2","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.7","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"4a4d44c3bf4455124201051e0c16a44077302320","size":60679,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.7.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset_0.5.7_1529914832138_0.639882998069567"},"_hasShrinkwrap":false,"publish_time":1529914832254,"_cnpm_publish_time":1529914832254,"_cnpmcore_publish_time":"2021-12-16T22:11:00.027Z"},"0.5.6":{"name":"postcss-smart-asset","version":"0.5.6","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^1.2.0","cp-file":"^5.0.0","mime":"^2.2.0","minimatch":"^3.0.4","lean-nodent-runtime":"^1.0.1","pify":"^3.0.0","postcss":"^6.0.17"},"devDependencies":{"babel-jest":"^22.1.0","babel-preset-edge":"^1.7.0","eslint-config-readable":"^1.10.2","jest-cli":"^22.1.4","postcss-import":"^11.0.0","prepublish":"^1.6.1","release-it":"^6.1.1"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint --ignore-path .gitignore .","fix:js":"eslint --ignore-path .gitignore --fix .","format:js":"prettier --ignore-path .gitignore --write '**/*.{js,mjs}' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"1dcd499f32c0a0fce6e5f73a0124c08a9457a4f3","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.6","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"2a74f61a2365ede6f889a6ab1c023e2ee40cdc0a","size":62334,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.6.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.6.tgz_1517519053510_0.27529436349868774"},"directories":{},"publish_time":1517519056475,"_hasShrinkwrap":false,"_cnpm_publish_time":1517519056475,"_cnpmcore_publish_time":"2021-12-16T22:11:00.575Z"},"0.5.5":{"name":"postcss-smart-asset","version":"0.5.5","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^1.0.4","cp-file":"^5.0.0","mime":"^2.2.0","minimatch":"^3.0.4","nodent-runtime":"^3.2.0","pify":"^3.0.0","postcss":"^6.0.16"},"devDependencies":{"babel-jest":"^22.1.0","babel-preset-edge":"^1.6.0","eslint-config-readable":"^1.10.1","jest-cli":"^22.1.4","postcss-import":"^11.0.0","prepublish":"^1.6.0","release-it":"^6.1.1"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint --ignore-path .gitignore .","fix:js":"eslint --ignore-path .gitignore --fix .","format:js":"prettier --ignore-path .gitignore --write '**/*.{js,mjs}' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"90d31faca4a3544928f7b2abd3edcd906f6727d3","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.5","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"21fc3915ccab89976d90e45f10df054c7db0767b","size":62123,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.5.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.5.tgz_1517416661915_0.27520603546872735"},"directories":{},"publish_time":1517416666279,"_hasShrinkwrap":false,"_cnpm_publish_time":1517416666279,"_cnpmcore_publish_time":"2021-12-16T22:11:00.946Z"},"0.5.4":{"name":"postcss-smart-asset","version":"0.5.4","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"engines":{"node":">=6.0.0","yarn":">=1.0.0","npm":">=4.0.0"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"author":{"name":"Sebastian Software","email":"s.werner@sebastian-software.de","url":"https://www.sebastian-software.de"},"main":"lib/index.cjs.js","module":"lib/index.esm.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^1.0.4","cp-file":"^5.0.0","mime":"^2.2.0","minimatch":"^3.0.4","nodent-runtime":"^3.2.0","pify":"^3.0.0","postcss":"^6.0.16"},"devDependencies":{"babel-jest":"^22.1.0","babel-preset-edge":"^1.5.1","eslint-config-readable":"^1.8.2","jest-cli":"^22.1.4","postcss-import":"^11.0.0","prepublish":"^1.6.0","release-it":"^6.1.1"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint --ignore-path .gitignore .","fix:js":"eslint --ignore-path .gitignore --fix .","format:js":"prettier --ignore-path .gitignore --write '**/*.{js,mjs}' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"9d290096c8e1aa220967e1d4b7225ed27f5522fb","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.4","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"67fb25b880f3a5f3dd1c920ed1fb8165dc941ad5","size":62095,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.4.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.4.tgz_1517390757338_0.5342840685043484"},"directories":{},"publish_time":1517390757429,"_hasShrinkwrap":false,"_cnpm_publish_time":1517390757429,"_cnpmcore_publish_time":"2021-12-16T22:11:01.294Z"},"0.5.3":{"name":"postcss-smart-asset","version":"0.5.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^1.0.4","cp-file":"^5.0.0","mime":"^2.2.0","minimatch":"^3.0.4","nodent-runtime":"^3.2.0","pify":"^3.0.0","postcss":"^6.0.16"},"devDependencies":{"babel-jest":"^22.1.0","babel-preset-edge":"^1.5.1","eslint-config-readable":"^1.8.2","jest-cli":"^22.1.4","postcss-import":"^11.0.0","prepublish":"^1.6.0","release-it":"^6.1.1"},"scripts":{"lint":"npm run lint:js","lint:js":"eslint --ignore-path .gitignore .","fix:js":"eslint --ignore-path .gitignore --fix .","format:js":"prettier --ignore-path .gitignore --write '**/*.{js,mjs}' && npm run fix:js","release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"490a95fba69eb616c5603b5ef47d1925324646ff","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.3","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"f1694337dc14d117500b0b31ee4a58e84d8c912b","size":33588,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.3.tgz_1517390171395_0.2214580997824669"},"directories":{},"publish_time":1517390173544,"_hasShrinkwrap":false,"_cnpm_publish_time":1517390173544,"_cnpmcore_publish_time":"2021-12-16T22:11:01.529Z"},"0.5.2":{"name":"postcss-smart-asset","version":"0.5.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^1.0.4","cp-file":"^5.0.0","mime":"^2.2.0","minimatch":"^3.0.4","nodent-runtime":"^3.2.0","pify":"^3.0.0","postcss":"^6.0.16"},"devDependencies":{"babel-jest":"^22.1.0","babel-preset-edge":"^1.5.1","eslint-config-readable":"^1.5.1","jest-cli":"^22.1.4","postcss-import":"^11.0.0","prepublish":"^1.6.0","release-it":"^6.1.1"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"871a333dd3f32608ad2971b8bf9b4400ca2f212e","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.2","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"6240bc55badcc52eeda2e3712fb56d04415091b4","size":32997,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.2.tgz_1517312171043_0.3361000691074878"},"directories":{},"publish_time":1517312173493,"_hasShrinkwrap":false,"_cnpm_publish_time":1517312173493,"_cnpmcore_publish_time":"2021-12-16T22:11:01.760Z"},"0.5.1":{"name":"postcss-smart-asset","version":"0.5.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","nodent-runtime":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.14"},"devDependencies":{"babel-preset-edge":"^1.3.7","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.5.2","readable-code":"^3.4.15"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"3bc3320bcd244caf34487c5097d93f273502aaf9","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"dba0617f1330e06b9e7598f164646cfc7139abb0","size":32999,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.1.tgz_1511343167945_0.36859586113132536"},"directories":{},"publish_time":1511343168943,"_hasShrinkwrap":false,"_cnpm_publish_time":1511343168943,"_cnpmcore_publish_time":"2021-12-16T22:11:02.036Z"},"0.5.0":{"name":"postcss-smart-asset","version":"0.5.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","nodent-runtime":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.6","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.5.1","readable-code":"^3.4.15"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"545b822acf278d157aea4c4fd03a6e874373ef45","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.5.0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"88a875f9006361feecceab0613a5e5a9d7ea809d","size":32993,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.5.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.5.0.tgz_1508871644634_0.05385844316333532"},"directories":{},"publish_time":1508871645874,"_hasShrinkwrap":false,"_cnpm_publish_time":1508871645874,"_cnpmcore_publish_time":"2021-12-16T22:11:02.301Z"},"0.4.4":{"name":"postcss-smart-asset","version":"0.4.4","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","nodent-runtime":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.5","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.5.0","readable-code":"^3.4.14"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"b1ba87c2b318b2f335bd27f4ead35c1caa0382c9","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.4.4","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"77c0b59da0dac54af130364601f7842d90eb5b9c","size":32278,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.4.4.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.4.4.tgz_1508313511887_0.6089272983372211"},"directories":{},"publish_time":1508313512965,"_hasShrinkwrap":false,"_cnpm_publish_time":1508313512965,"_cnpmcore_publish_time":"2021-12-16T22:11:02.614Z"},"0.4.3":{"name":"postcss-smart-asset","version":"0.4.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","nodent-runtime":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.5","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.5.0","readable-code":"^3.4.14"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"526917de3255be6f17caa827fa849caf81980642","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.4.3","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"16b476cb808f8d1b62b3f59a63324881c2bbbfd9","size":32281,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.4.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.4.3.tgz_1508312985412_0.6593535465653986"},"directories":{},"publish_time":1508312986730,"_hasShrinkwrap":false,"_cnpm_publish_time":1508312986730,"_cnpmcore_publish_time":"2021-12-16T22:11:02.881Z"},"0.4.2":{"name":"postcss-smart-asset","version":"0.4.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.5","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.5.0","readable-code":"^3.4.14"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"b2367ce830c066ec123849bb75c05c3e7773607e","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.4.2","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"eae31f3e6491214d52f32269399fdef5381de231","size":32275,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.4.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.4.2.tgz_1508312937725_0.47472771257162094"},"directories":{},"publish_time":1508312938816,"_hasShrinkwrap":false,"_cnpm_publish_time":1508312938816,"_cnpmcore_publish_time":"2021-12-16T22:11:03.128Z"},"0.4.1":{"name":"postcss-smart-asset","version":"0.4.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","pify":"^3.0.0","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.5","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.5.0","readable-code":"^3.4.14"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"1a8e9735e57d98f0d0563010fee8bc350a9b99b9","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.4.1","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"7f428fcd5b70408e7e56617869c8abfc99d6bb0f","size":33126,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.4.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.4.1.tgz_1508277359837_0.30448737065307796"},"directories":{},"publish_time":1508277360950,"_hasShrinkwrap":false,"_cnpm_publish_time":1508277360950,"_cnpmcore_publish_time":"2021-12-16T22:11:03.398Z"},"0.4.0":{"name":"postcss-smart-asset","version":"0.4.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","cp-file":"^5.0.0","mime":"^2.0.3","minimatch":"^3.0.4","mkdirp":"^0.5.1","pify":"^3.0.0","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.5","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.4.3","readable-code":"^3.4.14"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"51ad2b92b7ccbe86978845d9a7712347e1671e36","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.4.0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"b7c3633dbc001cd447f4003c054ae1398c43394e","size":33159,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.4.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.4.0.tgz_1508277259230_0.30824988312087953"},"directories":{},"publish_time":1508277260339,"_hasShrinkwrap":false,"_cnpm_publish_time":1508277260339,"_cnpmcore_publish_time":"2021-12-16T22:11:04.148Z"},"0.3.0":{"name":"postcss-smart-asset","version":"0.3.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"asset-hash":"^0.1.1","mime":"^2.0.3","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.13"},"devDependencies":{"babel-preset-edge":"^1.3.5","jest-cli":"^21.2.1","postcss-import":"^11.0.0","prepublish":"^1.4.3","readable-code":"^3.4.14"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"4d1cbd0a263a2f9d570f2d807d0bb03c0944c60b","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.3.0","_npmVersion":"5.5.1","_nodeVersion":"8.6.0","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"00660d78440f2cc615de825232ca557312256ef9","size":32395,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.3.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.3.0.tgz_1508171193107_0.00195763586089015"},"directories":{},"publish_time":1508171194203,"_hasShrinkwrap":false,"_cnpm_publish_time":1508171194203,"_cnpmcore_publish_time":"2021-12-16T22:11:04.407Z"},"0.2.3":{"name":"postcss-smart-asset","version":"0.2.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"6.x","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-edge":"^1.1.2","jest-cli":"^20.0.4","postcss-import":"^10.0.0","prepublish":"1.x","readable-code":"^3.4.8"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"8cb5a9d458786834e315f1602867589967f294b3","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.2.3","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"5a673f23a63724583b34c45cf5d3a6e8589cbcbb","size":27314,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.2.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.2.3.tgz_1501951855784_0.5685154071543366"},"directories":{},"publish_time":1501951856890,"_hasShrinkwrap":false,"_cnpm_publish_time":1501951856890,"_cnpmcore_publish_time":"2021-12-16T22:11:04.686Z"},"0.2.2":{"name":"postcss-smart-asset","version":"0.2.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"6.x","prepublish":"1.x","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-edge":"^1.1.2","jest-cli":"^20.0.4","postcss-import":"^10.0.0","readable-code":"^3.4.8"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"9c153e62795c13636132aee89ca11534c084c21b","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.2.2","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"9310ebe7a8b8203f13f18293f448fde6609058ce","size":27307,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.2.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.2.2.tgz_1501951177665_0.49458455946296453"},"directories":{},"publish_time":1501951178723,"_hasShrinkwrap":false,"_cnpm_publish_time":1501951178723,"_cnpmcore_publish_time":"2021-12-16T22:11:05.015Z"},"0.2.1":{"name":"postcss-smart-asset","version":"0.2.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^1.0.2","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.8","prepublish":"^1.1.2","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.3.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0","readable-code":"^3.4.3"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"fb991f8f98eb5b68a0ae945b9d742c435fcd2994","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.2.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"b799de26c5d266d52738cc3b71ece2d796313e38","size":27319,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.2.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.2.1.tgz_1501251387021_0.8866258910857141"},"directories":{},"publish_time":1501251388143,"_hasShrinkwrap":false,"_cnpm_publish_time":1501251388143,"_cnpmcore_publish_time":"2021-12-16T22:11:05.242Z"},"0.2.0":{"name":"postcss-smart-asset","version":"0.2.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.6","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0","readable-code":"^3.3.3"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"65c40c47bc1ad7655bc7bfb99bca10ed93560636","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.2.0","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"35cb3b6e14fe2c4c4e06dd86cc24885bf53aa2a5","size":27904,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.2.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.2.0.tgz_1499787760090_0.4484206752385944"},"directories":{},"publish_time":1499787761200,"_hasShrinkwrap":false,"_cnpm_publish_time":1499787761200,"_cnpmcore_publish_time":"2021-12-16T22:11:05.506Z"},"0.1.4":{"name":"postcss-smart-asset","version":"0.1.4","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.2","readable-code":"^3.3.3","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"678c4e8363dfe6e225c670bde7c4ebdd50b41e9e","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.1.4","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"75b6f7714e43ba2d0c582ba4d95c6c0fb9cf2ecc","size":18069,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.1.4.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.1.4.tgz_1499694221911_0.6906845136545599"},"directories":{},"publish_time":1499694222984,"_hasShrinkwrap":false,"_cnpm_publish_time":1499694222984,"_cnpmcore_publish_time":"2021-12-16T22:11:05.790Z"},"0.1.3":{"name":"postcss-smart-asset","version":"0.1.3","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.2","readable-code":"^3.3.3","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"dd18f4d99159f79cc6c101d105abbdbcbd6bde21","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.1.3","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"e192533837f7ab9ace433ca9661a6026f7360170","size":44223,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.1.3.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.1.3.tgz_1499694101400_0.9594261816237122"},"directories":{},"publish_time":1499694102524,"_hasShrinkwrap":false,"_cnpm_publish_time":1499694102524,"_cnpmcore_publish_time":"2021-12-16T22:11:06.230Z"},"0.1.2":{"name":"postcss-smart-asset","version":"0.1.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/sebastian-software/postcss-smart-asset.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","files":["src"],"pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.2","readable-code":"^3.3.3","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"5044807dd8051d916ec928d912f042e952a4af89","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","_id":"postcss-smart-asset@0.1.2","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"2ac8ecb4bfc93aef09cfe157e4d8e5244809a220","size":13937,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.1.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.1.2.tgz_1499693136960_0.9573898056987673"},"directories":{},"publish_time":1499693138107,"_hasShrinkwrap":false,"_cnpm_publish_time":1499693138107,"_cnpmcore_publish_time":"2021-12-16T22:11:06.423Z"},"0.1.1":{"name":"postcss-smart-asset","version":"0.1.1","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-url.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","files":["src"],"pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.2","readable-code":"^3.3.3","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"178f5a8e071a1bcb4a40c32c347689df9896b4d3","bugs":{"url":"https://github.com/postcss/postcss-url/issues"},"homepage":"https://github.com/postcss/postcss-url#readme","_id":"postcss-smart-asset@0.1.1","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"a7ce8d119d0c2001b0ef13b70059e8877e005ed1","size":13929,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.1.1.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.1.1.tgz_1499692365810_0.9522155921440572"},"directories":{},"publish_time":1499692366868,"_hasShrinkwrap":false,"_cnpm_publish_time":1499692366868,"_cnpmcore_publish_time":"2021-12-16T22:11:06.668Z"},"0.1.0":{"name":"postcss-smart-asset","version":"0.1.0","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-url.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","files":["src"],"pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.2","readable-code":"^3.3.3","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"4515b4f1121e28ef91af842d5db59ad3120f7851","bugs":{"url":"https://github.com/postcss/postcss-url/issues"},"homepage":"https://github.com/postcss/postcss-url#readme","_id":"postcss-smart-asset@0.1.0","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"5ed6442c4bc4a5b39280898f98fe5a5f125014ca","size":14071,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.1.0.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.1.0.tgz_1499691656471_0.46823897841386497"},"directories":{},"publish_time":1499691657560,"_hasShrinkwrap":false,"_cnpm_publish_time":1499691657560,"_cnpmcore_publish_time":"2021-12-16T22:11:07.067Z"},"0.0.2":{"name":"postcss-smart-asset","version":"0.0.2","description":"PostCSS plugin to rebase or inline on url().","keywords":["css","postcss","postcss-plugin","url","rebase","inline","base64","assets"],"author":{"name":"Sebastian Werner"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-url.git"},"main":"lib/index.commonjs.js","module":"lib/index.esmodules.js","files":["src"],"pre-commit":"lint-staged","lint-staged":{"*.js":"eslint","*.css":"stylelint"},"dependencies":{"babel-preset-edge":"^0.9.6","mime":"^1.3.6","minimatch":"^3.0.4","mkdirp":"^0.5.1","postcss":"^6.0.6","prepublish":"^1.0.2","readable-code":"^3.3.3","xxhashjs":"^0.2.1"},"devDependencies":{"babel-preset-env":"^1.6.0","eslint":"^4.2.0","jest-cli":"^20.0.4","postcss-import":"^10.0.0"},"scripts":{"release":"release-it --github.release --npm.publish --non-interactive","release:minor":"release-it --github.release --npm.publish --non-interactive --increment minor","release:major":"release-it --github.release --npm.publish --non-interactive --increment major","test":"jest","test:coverage":"jest --coverage","prepare":"prepublish"},"gitHead":"a01e319a7703d313e5066b0f1c036e1c68de033d","bugs":{"url":"https://github.com/postcss/postcss-url/issues"},"homepage":"https://github.com/postcss/postcss-url#readme","_id":"postcss-smart-asset@0.0.2","_npmVersion":"5.1.0","_nodeVersion":"8.1.3","_npmUser":{"name":"swernerx","email":"s.werner@sebastian-software.de"},"dist":{"shasum":"509272753dff206686dad24944826bfb504273ba","size":13827,"noattachment":false,"key":"/postcss-smart-asset/-/postcss-smart-asset-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/postcss-smart-asset/download/postcss-smart-asset-0.0.2.tgz"},"maintainers":[{"name":"swernerx","email":"s.werner@sebastian-software.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-smart-asset-0.0.2.tgz_1499690605085_0.5097845075652003"},"directories":{},"publish_time":1499690606117,"_hasShrinkwrap":false,"_cnpm_publish_time":1499690606117,"_cnpmcore_publish_time":"2021-12-16T22:11:07.325Z"}},"readme":"# PostCSS Smart Asset<br/>[![Sponsored by][sponsor-img]][sponsor] [![Version][npm-version-img]][npm] [![Downloads][npm-downloads-img]][npm] [![Build Status][github-img]][github]\n\n[sponsor]: https://www.sebastian-software.de\n[npm]: https://www.npmjs.com/package/postcss-smart-asset\n[sponsor-img]: https://badgen.net/badge/Sponsored%20by/Sebastian%20Software/692446\n[npm-downloads-img]: https://badgen.net/npm/dm/postcss-smart-asset\n[npm-version-img]: https://badgen.net/npm/v/postcss-smart-asset\n[github]: https://github.com/sebastian-software/postcss-smart-asset/actions\n[github-img]: https://badgen.net/github/status/sebastian-software/postcss-smart-asset?label=tests&icon=github\n\n[PostCSS](https://github.com/postcss/postcss) plugin to rebase, inline or copy on url().\n\n## Installation\n\n```console\n$ npm install postcss postcss-smart-asset\n```\n\n## Changes over [PostCSS-URL](https://github.com/postcss/postcss-url)\n\n- Changed output of relative URLs so that the harmonize with Webpack. This mainly means that in Webpack world it is pretty common to use relative URLs even inside CSS e.g. use `url(./myfile.gif)` instead of `url(myfile.gif)`. The last syntax actually lead to some issue during Webpack processing as Webpack would assume that you are referencing an _npm_ package called `myfile.gif` which is probably not what you thought to do.\n- Converted whole test suite from Mocha + Chai to Jest. Made whole test suite asynchronous.\n- Migrated source code to EcmaScript modules (ESM). Refactored internal structure.\n- Replaced custom eslint definitions with [effective](https://github.com/sebastian-software/effective-eslint-config) linting rules.\n- Restructured tests to be side-by-side with implementation code.\n- Use of [Preppy](https://github.com/sebastian-software/preppy) instead of custom release logic. Offering a ESM bundle now as well.\n\n## Basic example - rebase\n\n```js\n// dependencies\nconst fs = require(\"fs\")\nconst postcss = require(\"postcss\")\nconst smartAsset = require(\"postcss-smart-asset\")\n\n// css to be processed\nconst css = fs.readFileSync(\"input.css\", \"utf8\")\n\n// process css\nconst output = postcss()\n  .use(\n    smartAsset({\n      url: \"rebase\"\n    })\n  )\n  .process(css, {\n    from: \"src/stylesheet/index.css\",\n    to: \"dist/index.css\"\n  })\n```\n\nbefore:\n\n```css\n.element {\n  background: url(\"images/sprite.png\");\n}\n```\n\nafter:\n\n```css\n.element {\n  /* rebasing path by new destination */\n  background: url(\"../src/stylesheet/images/sprite.png\");\n}\n```\n\n## Inline\n\n```js\nconst options = {\n  url: \"inline\"\n}\n\npostcss().use(smartAsset(options)).process(css, {\n  from: \"src/stylesheet/index.css\",\n  to: \"dist/index.css\"\n})\n```\n\nbefore:\n\n```css\n.element {\n  background: url(\"/images/sprite.png\");\n  filter: url(\"/images/circle.svg\");\n}\n```\n\nafter:\n\n```css\n.element {\n  /* inlined png as base64 */\n  background: url(\"data:image/png;base64,R0lGODlhAQABAJH/AP///wAAAP///wAAACH/C0FET0JFOklSMS4\");\n  /* inlined svg as encodeURIComponent */\n  filter: url(\"data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%2F%3E\");\n}\n```\n\n## Copy\n\n```js\nconst options = {\n  url: \"copy\",\n  // base path to search assets from\n  basePath: path.resolve(\"node_modules/bootstrap\"),\n  // dir to copy assets\n  assetsPath: \"img\",\n  // using hash names for assets (generates from asset content)\n  useHash: true\n}\n\npostcss().use(smartAsset(options)).process(css, {\n  from: \"src/stylesheet/index.css\",\n  to: \"dist/index.css\"\n})\n```\n\nbefore:\n\n```css\n.element {\n  background: url(\"/images/sprite.png\");\n}\n```\n\nafter:\n\n```css\n.element {\n  /* copy 'sprite.png' from 'node_modules/bootstrap/images/' to 'dist/img/' */\n  /* and rename it by hash function */\n  background: url(\"img/a2ds3kfu.png\");\n}\n```\n\n### Muiltiple options\n\nprocess first matched option by default.\n`multi: true` in `custom` will processing with other options\n\n```js\nconst options = [\n  { filter: \"**/assets/copy/*.png\", url: \"copy\", assetsPath: \"img\", useHash: true },\n  { filter: \"**/assets/inline/*.svg\", url: \"inline\" },\n  { filter: \"**/assets/**/*.gif\", url: \"rebase\" },\n  // using custom function to build url\n  { filter: \"cdn/**/*\", url: (asset) => `https://cdn.url/${asset.url}` }\n]\n\npostcss().use(smartAsset(options))\n```\n\nCheckout [tests](test) for examples.\n\n### Options combinations\n\n- `rebase` - _default_\n- `inline`\n  - `basePath` - path or array of paths to search assets (relative to `from`, or absolute)\n  - `encodeType` - `base64`, `encodeURI`, `encodeURIComponent`\n  - `includeUriFragment` - include the fragment identifer at the end of the URI\n  - `maxSize` - file size in kbytes\n  - `fallback` - `copy` or custom function for files > `maxSize`\n  - `ignoreFragmentWarning` - do not warn when an SVG URL with a fragment is inlined\n  - `optimizeSvgEncode` - reduce size of inlined svg (IE9+, Android 3+)\n- `copy`\n  - `basePath` - path or array of paths to search assets (relative to `from`, or absolute)\n  - `assetsPath` - directory to copy assets (relative to `to` or absolute)\n  - `useHash` - use content hash of file for naming\n  - `keepName` - use `filename~hash` as filename (assuming useHash is also true)\n  - `hashOptions` - options for hash function\n- `custom {Function}`\n  - `multi` - processing with other options\n\n### Options list\n\n#### `url`\n\n##### `rebase` - _(default)_\n\nAllow you to fix `url()` according to postcss `to` and/or `from` options (rebase to `to` first if available, otherwise `from` or `process.cwd()`).\n\n##### `inline`\n\nAllow you to inline assets using base64 encoding. Can use postcss `from` option to find ressources.\n\n##### `copy`\n\nAllow you to copy and rebase assets according to postcss `to`, `assetsPath` and `from` options (`assetsPath` is relative to the option `to`).\n\n##### `url: {Function}`\n\nCustom transform function. Takes following arguments:\n\n- `asset`\n  - `url` - original url\n  - `pathname` - url pathname (url without search or hash)\n  - `absolutePath` - absolute path to asset\n  - `relativePath` - current relative path to asset\n  - `search` - _search_ from `url`, ex. `?query=1` from `./image.png?query=1`\n  - `hash` - _hash_ from `url`, ex. `#spriteLink` from `../asset.svg#spriteLink`\n- `dir`\n  - `from` - PostCSS option from\n  - `to` - PostCSS option to\n  - `file` - decl file path\n- `options` - plugin options\n- `decl` - related postcss declaration object\n- `warn` - wrapped function `result.warn` for current `decl`\n- `result` – PostCSS result object\n\nAnd should return the transformed url.\nYou can use this option to adjust urls for CDN.\n\n#### `maxSize`\n\n_(default: `14`)_\n\nSpecify the maximum file size to inline (in kbytes)\n\n#### `ignoreFragmentWarning`\n\n_(default: `false`)_\n\nDo not warn when an SVG URL with a fragment is inlined.\nPostCSS-URL does not support partial inlining. The entire SVG file will be inlined. By default a warning will be issued when this occurs.\n\n**NOTE:** Only files less than the maximum size will be inlined.\n\n#### `filter`\n\nA regular expression e.g. `/\\.svg$/`, a [minimatch string](https://github.com/isaacs/minimatch) e.g. `'**/*.svg'` or a custom filter function to determine wether a file should be inlined.\n\n#### `fallback`\n\nThe url fallback method to use if max size is exceeded or url contains a hash.\nCustom transform functions are supported.\n\n#### `includeUriFragment`\n\n_(default: `false`)_\n\nSpecifies whether the URL's fragment identifer value, if present, will be added\nto the inlined data URI.\n\n#### `basePath`\n\nSpecify the base path or list of base paths where to search images from\n\n#### `assetsPath`\n\n_(default: `false`)_\n\nIf you specify an `assetsPath`, the assets files will be copied in that\ndestination\n\n#### `useHash`\n\n_(default: `false`)_\n\nIf set to `true` the copy method is going to rename the path of the files by a hash name\n\n#### `keepName`\n\n_(default: `false`)_\n\nIf set to `true` and `useHash` is also true, the copy method appends the hash to the original file name instead of replacing it\n\n#### `hashOptions`\n\n_(default: `{}`)_\n\nAny options supported by the underlying [asset-hash](https://www.npmjs.com/package/asset-hash) library. Uses defaults of this library by default.\n\n## License\n\n[Apache License Version 2.0, January 2004](license)\n\n## Copyright\n\n<img src=\"https://cdn.rawgit.com/sebastian-software/sebastian-software-brand/0d4ec9d6/sebastiansoftware-en.svg\" alt=\"Logo of Sebastian Software GmbH, Mainz, Germany\" width=\"460\" height=\"160\"/>\n\nCopyright 2014<br/>Maxime Thirouin<br/><br/>\nCopyright 2017-2022<br/>[Sebastian Software GmbH](http://www.sebastian-software.de)\n","_attachments":{},"homepage":"https://github.com/sebastian-software/postcss-smart-asset#readme","bugs":{"url":"https://github.com/sebastian-software/postcss-smart-asset/issues"},"license":"MIT"}