{
  "_from": "style-mod@^4.0.0",
  "_id": "style-mod@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==",
  "_location": "/style-mod",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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.1.0.tgz",
  "_shasum": "a313a14f4ae8bb4d52878c0053c4327fb787ec09",
  "_spec": "style-mod@^4.0.0",
  "_where": "/home/ghf/system/node_modules/@codemirror/language",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin"
  },
  "bugs": {
    "url": "https://github.com/marijnh/style-mod/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A minimal CSS module shim",
  "devDependencies": {
    "buble": "^0.20.0",
    "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"
  },
  "homepage": "https://github.com/marijnh/style-mod#readme",
  "keywords": [
    "css",
    "module",
    "styling"
  ],
  "license": "MIT",
  "main": "dist/style-mod.cjs",
  "module": "src/style-mod.js",
  "name": "style-mod",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marijnh/style-mod.git"
  },
  "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.1.0"
}
