123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "postcss-comment",
- "_id": "postcss-comment@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-5zT5iKU7c0tK9KJFNrVf+g1MGTkzf/4V3e0Zzm2g1uoFQC5jeTHmB9O1iAqh97+jnKpc6al204e0pwFUiCwseg==",
- "_location": "/postcss-comment",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "postcss-comment",
- "name": "postcss-comment",
- "escapedName": "postcss-comment",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-comment/-/postcss-comment-2.0.0.tgz",
- "_shasum": "6c8808e64cee25c33146518a8a82944b05f11e6f",
- "_spec": "postcss-comment",
- "_where": "D:\\公司项目\\wms",
- "author": {
- "name": "zoubin"
- },
- "bugs": {
- "url": "https://github.com/zoubin/postcss-comment/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "postcss": "^6.0.0"
- },
- "deprecated": false,
- "description": "Allow postcss to support inline comments",
- "devDependencies": {
- "postcss-scss": "^0.1.9",
- "tap": "^6.0.0"
- },
- "homepage": "https://github.com/zoubin/postcss-comment#readme",
- "keywords": [
- "postcss",
- "inline",
- "comment"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "postcss-comment",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/zoubin/postcss-comment.git"
- },
- "scripts": {
- "coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test",
- "test": "tap test/*.js"
- },
- "version": "2.0.0"
- }
|