12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "postcss-modules-values@3.0.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "postcss-modules-values@3.0.0",
- "_id": "postcss-modules-values@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=",
- "_location": "/postcss-modules-values",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-modules-values@3.0.0",
- "name": "postcss-modules-values",
- "escapedName": "postcss-modules-values",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/css-loader"
- ],
- "_resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz?cache=0&sync_timestamp=1602586215124&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-values%2Fdownload%2Fpostcss-modules-values-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Glen Maddern"
- },
- "bugs": {
- "url": "https://github.com/css-modules/postcss-modules-values/issues"
- },
- "dependencies": {
- "icss-utils": "^4.0.0",
- "postcss": "^7.0.6"
- },
- "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
- "devDependencies": {
- "chokidar-cli": "^1.0.1",
- "codecov.io": "^0.1.2",
- "coveralls": "^3.0.2",
- "eslint": "^5.9.0",
- "mocha": "^6.1.4",
- "nyc": "^14.1.0"
- },
- "files": [
- "src"
- ],
- "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
- "keywords": [
- "css",
- "modules",
- "postcss"
- ],
- "license": "ISC",
- "main": "src/index.js",
- "name": "postcss-modules-values",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/css-modules/postcss-modules-values.git"
- },
- "scripts": {
- "autotest": "chokidar src test -c 'npm test'",
- "cover": "nyc mocha",
- "lint": "eslint src test",
- "prepublishOnly": "yarn test",
- "pretest": "yarn lint",
- "test": "mocha",
- "travis": "yarn lint && yarn cover"
- },
- "version": "3.0.0"
- }
|