12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "style-mod@4.0.0",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "style-mod@4.0.0",
- "_id": "style-mod@4.0.0",
- "_inBundle": false,
- "_integrity": "sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw==",
- "_location": "/style-mod",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "style-mod@4.0.0",
- "name": "style-mod",
- "escapedName": "style-mod",
- "rawSpec": "4.0.0",
- "saveSpec": null,
- "fetchSpec": "4.0.0"
- },
- "_requiredBy": [
- "/@codemirror/language",
- "/@codemirror/view"
- ],
- "_resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.0.tgz",
- "_spec": "4.0.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com"
- },
- "description": "A minimal CSS module shim",
- "devDependencies": {
- "buble": "^0.19.6",
- "builddocs": "^0.3.2",
- "ist": "^1.1.1",
- "mocha": "^7.2.0"
- },
- "directories": {
- "test": "test"
- },
- "exports": {
- "import": "./src/style-mod.js",
- "require": "./dist/style-mod.cjs"
- },
- "keywords": [
- "css",
- "module",
- "styling"
- ],
- "license": "MIT",
- "main": "dist/style-mod.cjs",
- "module": "src/style-mod.js",
- "name": "style-mod",
- "scripts": {
- "build": "mkdir -p dist; buble --no modules src/style-mod.js | sed -e 's/export var StyleModule/var StyleModule = exports.StyleModule/' > dist/style-mod.cjs",
- "build-readme": "builddocs --name style-mod --main src/README.md --format markdown src/*.js > README.md",
- "prepare": "npm run build && npm run build-readme",
- "test": "npm run build && mocha test/test-*.js"
- },
- "type": "module",
- "types": "src/style-mod.d.ts",
- "version": "4.0.0"
- }
|