package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "crelt@1.0.5",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "crelt@1.0.5",
  9. "_id": "crelt@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==",
  12. "_location": "/crelt",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "crelt@1.0.5",
  18. "name": "crelt",
  19. "escapedName": "crelt",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/@codemirror/lint",
  26. "/@codemirror/search"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Marijn Haverbeke",
  33. "email": "marijnh@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/marijnh/crelt/issues"
  37. },
  38. "description": "Tiny DOM-element-creation utility",
  39. "devDependencies": {
  40. "rollup": "^2.0.5"
  41. },
  42. "exports": {
  43. "import": "./index.es.js",
  44. "require": "./dist/index.cjs"
  45. },
  46. "homepage": "https://github.com/marijnh/crelt#readme",
  47. "keywords": [
  48. "dom",
  49. "creation",
  50. "crel"
  51. ],
  52. "license": "MIT",
  53. "main": "dist/index.cjs",
  54. "module": "index.es.js",
  55. "name": "crelt",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/marijnh/crelt.git"
  59. },
  60. "scripts": {
  61. "prepare": "rollup -c"
  62. },
  63. "type": "module",
  64. "types": "index.d.ts",
  65. "version": "1.0.5"
  66. }