package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "style-mod@4.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "style-mod@4.0.0",
  9. "_id": "style-mod@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw==",
  12. "_location": "/style-mod",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "style-mod@4.0.0",
  18. "name": "style-mod",
  19. "escapedName": "style-mod",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@codemirror/language",
  26. "/@codemirror/view"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Marijn Haverbeke",
  33. "email": "marijnh@gmail.com"
  34. },
  35. "description": "A minimal CSS module shim",
  36. "devDependencies": {
  37. "buble": "^0.19.6",
  38. "builddocs": "^0.3.2",
  39. "ist": "^1.1.1",
  40. "mocha": "^7.2.0"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "exports": {
  46. "import": "./src/style-mod.js",
  47. "require": "./dist/style-mod.cjs"
  48. },
  49. "keywords": [
  50. "css",
  51. "module",
  52. "styling"
  53. ],
  54. "license": "MIT",
  55. "main": "dist/style-mod.cjs",
  56. "module": "src/style-mod.js",
  57. "name": "style-mod",
  58. "scripts": {
  59. "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",
  60. "build-readme": "builddocs --name style-mod --main src/README.md --format markdown src/*.js > README.md",
  61. "prepare": "npm run build && npm run build-readme",
  62. "test": "npm run build && mocha test/test-*.js"
  63. },
  64. "type": "module",
  65. "types": "src/style-mod.d.ts",
  66. "version": "4.0.0"
  67. }