| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "dom7@^2.1.5",
- "_id": "dom7@2.1.5",
- "_inBundle": false,
- "_integrity": "sha512-xnhwVgyOh3eD++/XGtH+5qBwYTgCm0aW91GFgPJ3XG+jlsRLyJivnbP0QmUBFhI+Oaz9FV0s7cxgXHezwOEBYA==",
- "_location": "/dom7",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "dom7@^2.1.5",
- "name": "dom7",
- "escapedName": "dom7",
- "rawSpec": "^2.1.5",
- "saveSpec": null,
- "fetchSpec": "^2.1.5"
- },
- "_requiredBy": [
- "/swiper"
- ],
- "_resolved": "https://registry.npmmirror.com/dom7/-/dom7-2.1.5.tgz",
- "_shasum": "a79411017800b31d8400070cdaebbfc92c1f6377",
- "_spec": "dom7@^2.1.5",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\swiper",
- "author": {
- "name": "Vladimir Kharlampidi"
- },
- "bugs": {
- "url": "https://github.com/nolimits4web/dom7/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ssr-window": "^2.0.0"
- },
- "deprecated": false,
- "description": "Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API",
- "devDependencies": {
- "cross-env": "^5.2.0",
- "eslint": "^5.13.0",
- "eslint-config-airbnb-base": "^13.1.0",
- "eslint-plugin-import": "^2.16.0",
- "gulp": "^4.0.0",
- "gulp-connect": "^5.7.0",
- "gulp-header": "^2.0.7",
- "gulp-modify-file": "^1.0.1",
- "gulp-open": "^3.0.1",
- "gulp-rename": "^1.4.0",
- "gulp-sourcemaps": "^2.6.4",
- "gulp-uglify": "^3.0.1",
- "rollup": "^1.1.2",
- "rollup-plugin-buble": "^0.19.6",
- "rollup-plugin-node-resolve": "^4.0.0"
- },
- "homepage": "http://framework7.io/docs/dom.html",
- "jsnext:main": "dist/dom7.module.js",
- "keywords": [
- "dom",
- "dom7",
- "jquery",
- "mobile",
- "framework7"
- ],
- "license": "MIT",
- "main": "dist/dom7.js",
- "module": "dist/dom7.module.js",
- "name": "dom7",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nolimits4web/dom7.git"
- },
- "scripts": {
- "build-dev": "cross-env NODE_ENV=development gulp build",
- "build-prod": "cross-env NODE_ENV=production gulp build",
- "dev": "cross-env NODE_ENV=development gulp build && cross-env NODE_ENV=development gulp demo && gulp server",
- "prod": "cross-env NODE_ENV=production gulp demo && cross-env NODE_ENV=production gulp server",
- "test": "npm run build-dev"
- },
- "types": "dist/dom7.d.ts",
- "version": "2.1.5"
- }
|