| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dev.wowchat.co_old/node_modules/tealight/ |
Upload File : |
{
"name": "tealight",
"version": "0.3.6",
"description": "DOM queries that always return an array",
"types": "src/index.d.ts",
"main": "dist/tealight.js",
"module": "dist/tealight.es.js",
"jsnext:main": "dist/tealight.es.js",
"files": [
"dist",
"src/index.d.ts"
],
"scripts": {
"prebuild": "rm -rf dist/*",
"build": "npm run bundle && npm run bundle:min",
"bundle": "./node_modules/rollup/bin/rollup -c ./build/rollup.conf.js",
"bundle:min": "./node_modules/rollup/bin/rollup -c ./build/rollup.conf.min.js",
"lint": "./node_modules/eslint/bin/eslint.js src test",
"pretest": "rm -rf .ignore/coverage/**/ && npm run lint",
"test": "./node_modules/karma/bin/karma start ./test/karma.conf.js",
"testing": "cross-env COVERAGE=true npm test -- --no-single-run",
"coverage": "cross-env COVERAGE=true npm test"
},
"repository": "jlmakes/tealight",
"keywords": [
"html",
"dom",
"element",
"utility",
"query",
"selector"
],
"dependencies": {
"is-dom-node": "^1.0.4",
"is-dom-node-list": "^1.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^5.0.2",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon-chai": "^1.3.3",
"mocha": "^4.0.1",
"rollup": "^0.51.5",
"rollup-plugin-buble": "^0.x",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-json": "^2.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"sinon": "^4.0.2",
"sinon-chai": "^2.8.0"
},
"author": "Julian Lloyd <tealight@jlmak.es>",
"license": "MIT"
}