123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_args": [
- [
- "crelt@1.0.5",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "crelt@1.0.5",
- "_id": "crelt@1.0.5",
- "_inBundle": false,
- "_integrity": "sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==",
- "_location": "/crelt",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "crelt@1.0.5",
- "name": "crelt",
- "escapedName": "crelt",
- "rawSpec": "1.0.5",
- "saveSpec": null,
- "fetchSpec": "1.0.5"
- },
- "_requiredBy": [
- "/@codemirror/lint",
- "/@codemirror/search"
- ],
- "_resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.5.tgz",
- "_spec": "1.0.5",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/marijnh/crelt/issues"
- },
- "description": "Tiny DOM-element-creation utility",
- "devDependencies": {
- "rollup": "^2.0.5"
- },
- "exports": {
- "import": "./index.es.js",
- "require": "./dist/index.cjs"
- },
- "homepage": "https://github.com/marijnh/crelt#readme",
- "keywords": [
- "dom",
- "creation",
- "crel"
- ],
- "license": "MIT",
- "main": "dist/index.cjs",
- "module": "index.es.js",
- "name": "crelt",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/marijnh/crelt.git"
- },
- "scripts": {
- "prepare": "rollup -c"
- },
- "type": "module",
- "types": "index.d.ts",
- "version": "1.0.5"
- }
|