12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "postcss-discard-comments@5.1.2",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "postcss-discard-comments@5.1.2",
- "_id": "postcss-discard-comments@5.1.2",
- "_inBundle": false,
- "_integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
- "_location": "/postcss-discard-comments",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-discard-comments@5.1.2",
- "name": "postcss-discard-comments",
- "escapedName": "postcss-discard-comments",
- "rawSpec": "5.1.2",
- "saveSpec": null,
- "fetchSpec": "5.1.2"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
- "_spec": "5.1.2",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "description": "Discard comments in your CSS files with PostCSS.",
- "devDependencies": {
- "postcss": "^8.2.15"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "files": [
- "src",
- "LICENSE-MIT",
- "types"
- ],
- "homepage": "https://github.com/cssnano/cssnano",
- "keywords": [
- "css",
- "comments",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "name": "postcss-discard-comments",
- "peerDependencies": {
- "postcss": "^8.2.15"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssnano/cssnano.git"
- },
- "types": "types/index.d.ts",
- "version": "5.1.2"
- }
|