12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "postcss-normalize-repeat-style@4.0.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "postcss-normalize-repeat-style@4.0.2",
- "_id": "postcss-normalize-repeat-style@4.0.2",
- "_inBundle": false,
- "_integrity": "sha1-xOu8KJ85kaAo1EdRy90RkYsXkQw=",
- "_location": "/postcss-normalize-repeat-style",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-normalize-repeat-style@4.0.2",
- "name": "postcss-normalize-repeat-style",
- "escapedName": "postcss-normalize-repeat-style",
- "rawSpec": "4.0.2",
- "saveSpec": null,
- "fetchSpec": "4.0.2"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npm.taobao.org/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz",
- "_spec": "4.0.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "dependencies": {
- "cssnano-util-get-arguments": "^4.0.0",
- "cssnano-util-get-match": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "description": "Convert two value syntax for repeat-style into one value.",
- "devDependencies": {
- "babel-cli": "^6.0.0",
- "cross-env": "^5.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "files": [
- "LICENSE-MIT",
- "dist"
- ],
- "homepage": "https://github.com/cssnano/cssnano",
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-normalize-repeat-style",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssnano/cssnano.git"
- },
- "scripts": {
- "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
- },
- "version": "4.0.2"
- }
|