Files
Monkey-Test/WebDriverAgent/Inspector/node_modules/postcss-normalize-url/package.json
T
2019-01-25 17:01:52 +08:00

76 lines
2.0 KiB
JSON

{
"_from": "postcss-normalize-url@^2.1.1",
"_id": "postcss-normalize-url@2.1.3",
"_inBundle": false,
"_integrity": "sha1-8StfShFDyV6gJfx/jgBQkFmPNgI=",
"_location": "/postcss-normalize-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-normalize-url@^2.1.1",
"name": "postcss-normalize-url",
"escapedName": "postcss-normalize-url",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-2.1.3.tgz",
"_shasum": "f12b5f4a1143c95ea025fc7f8e005090598f3602",
"_spec": "postcss-normalize-url@^2.1.1",
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-normalize-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-absolute-url": "^2.0.0",
"normalize-url": "^1.3.0",
"object-assign": "^4.0.1",
"postcss": "^4.1.16",
"postcss-value-parser": "^1.4.2"
},
"deprecated": false,
"description": "Normalize URLs with PostCSS",
"devDependencies": {
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"files": [
"index.js",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-normalize-url",
"keywords": [
"css",
"normalize",
"optimise",
"optimisation",
"postcss",
"postcss-plugin",
"url"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-normalize-url",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-normalize-url.git"
},
"scripts": {
"lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
"test": "tape test.js | tap-spec"
},
"version": "2.1.3"
}