| Server IP : 107.13.46.68 / Your IP : 216.73.216.232 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/node_modules/babel-check-duplicated-nodes/ |
Upload File : |
{
"name": "babel-check-duplicated-nodes",
"version": "1.0.0",
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"precommit": "lint-staged",
"prebuild": "rimraf lib",
"build": "babel src --out-dir lib",
"prepare": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andarist/babel-check-duplicated-nodes.git"
},
"keywords": [
"babel"
],
"author": "Nicolò Ribaudo <nicolo.ribaudo@gmail.com> (https://github.com/nicolo-ribaudo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andarist/babel-check-duplicated-nodes/issues"
},
"homepage": "https://github.com/Andarist/babel-check-duplicated-nodes#readme",
"devDependencies": {
"@babel/cli": "7.0.0-beta.51",
"@babel/core": "7.0.0-beta.51",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.0.0",
"prettier": "^1.11.1",
"rimraf": "^2.6.2"
}
}