Files
2019-01-25 17:01:52 +08:00

61 lines
1.6 KiB
JSON

{
"_from": "postcss-single-charset@^0.3.0",
"_id": "postcss-single-charset@0.3.0",
"_inBundle": false,
"_integrity": "sha1-2n/Q3szPYy8bdMei7j41vilFZXM=",
"_location": "/postcss-single-charset",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-single-charset@^0.3.0",
"name": "postcss-single-charset",
"escapedName": "postcss-single-charset",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-single-charset/-/postcss-single-charset-0.3.0.tgz",
"_shasum": "da7fd0decccf632f1b74c7a2ee3e35be29456573",
"_spec": "postcss-single-charset@^0.3.0",
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/cssnano",
"author": {
"name": "Kyo Nagashima",
"email": "hail2u@gmail.com",
"url": "https://kyonagashima.com/"
},
"bugs": {
"url": "https://github.com/hail2u/postcss-single-charset/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs-extra": "^0.14.0",
"postcss": "^4.1.0"
},
"deprecated": false,
"description": "Pop first @charset rule in CSS file.",
"homepage": "https://github.com/hail2u/postcss-single-charset",
"keywords": [
"charset",
"css",
"postcss-plugin"
],
"license": {
"type": "MIT",
"url": "http://hail2u.mit-license.org/2015"
},
"main": "index.js",
"name": "postcss-single-charset",
"repository": {
"type": "git",
"url": "git+https://github.com/hail2u/postcss-single-charset.git"
},
"scripts": {
"test": "node test.js"
},
"version": "0.3.0"
}