| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "cssnano-util-same-parent",
- "version": "4.0.1",
- "main": "dist/index.js",
- "description": "Check that two PostCSS nodes share the same parent.",
- "scripts": {
- "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
- },
- "files": [
- "LICENSE-MIT",
- "dist"
- ],
- "license": "MIT",
- "devDependencies": {
- "babel-cli": "^6.0.0",
- "cross-env": "^5.0.0",
- "postcss": "^7.0.0"
- },
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "repository": "cssnano/cssnano",
- "homepage": "https://github.com/cssnano/cssnano",
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:50 GMT+0800 (CST)",
- "_from": "cssnano-util-same-parent@4.0.1",
- "_resolved": "https://registry.npm.taobao.org/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz"
- }
|