123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "postcss-normalize-url@3.0.8",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_development": true,
- "_from": "postcss-normalize-url@3.0.8",
- "_id": "postcss-normalize-url@3.0.8",
- "_inBundle": false,
- "_integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
- "_location": "/postcss-normalize-url",
- "_phantomChildren": {
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "js-base64": "2.6.4",
- "strip-ansi": "3.0.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-normalize-url@3.0.8",
- "name": "postcss-normalize-url",
- "escapedName": "postcss-normalize-url",
- "rawSpec": "3.0.8",
- "saveSpec": null,
- "fetchSpec": "3.0.8"
- },
- "_requiredBy": [
- "/cssnano"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
- "_spec": "3.0.8",
- "_where": "E:\\amr1.0\\AMR",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "ava": {
- "require": "babel-register"
- },
- "bugs": {
- "url": "https://github.com/ben-eb/postcss-normalize-url/issues"
- },
- "dependencies": {
- "is-absolute-url": "^2.0.0",
- "normalize-url": "^1.4.0",
- "postcss": "^5.0.14",
- "postcss-value-parser": "^3.2.3"
- },
- "description": "Normalize URLs with PostCSS",
- "devDependencies": {
- "ava": "^0.17.0",
- "babel-cli": "^6.3.17",
- "babel-core": "^6.3.26",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-preset-es2015": "^6.3.13",
- "babel-preset-es2015-loose": "^7.0.0",
- "babel-preset-stage-0": "^6.3.13",
- "babel-register": "^6.9.0",
- "del-cli": "^0.2.0",
- "eslint": "^3.0.0",
- "eslint-config-cssnano": "^3.0.0",
- "eslint-plugin-babel": "^3.3.0",
- "eslint-plugin-import": "^2.0.1"
- },
- "eslintConfig": {
- "extends": "cssnano"
- },
- "files": [
- "dist",
- "LICENSE-MIT"
- ],
- "homepage": "https://github.com/ben-eb/postcss-normalize-url",
- "keywords": [
- "css",
- "normalize",
- "optimise",
- "optimisation",
- "postcss",
- "postcss-plugin",
- "url"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-normalize-url",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ben-eb/postcss-normalize-url.git"
- },
- "scripts": {
- "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
- "pretest": "eslint src",
- "test": "ava src/__tests__",
- "test-012": "ava src/__tests__"
- },
- "version": "3.0.8"
- }
|