| 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/miniraf/ |
Upload File : |
{
"name": "miniraf",
"version": "1.0.0",
"description": "ES2015 module to polyfill requestAnimationFrame",
"main": "dist/miniraf.js",
"module": "dist/miniraf.es.js",
"jsnext:main": "dist/miniraf.es.js",
"files": ["dist"],
"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": "npm test -- --no-single-run"
},
"repository": "jlmakes/miniraf",
"keywords": ["html", "element", "dom", "node"],
"devDependencies": {
"chai": "^4.1.2",
"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-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-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0"
},
"author": "Julian Lloyd <me@jlmak.es>",
"license": "MIT"
}