| Server IP : 82.148.16.210 / Your IP : 216.73.216.169 Web Server : nginx/1.29.5 System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /srv/projects/env4/src/dev/frontend3/node_modules/table/node_modules/espurify/ |
Upload File : |
{
"name": "espurify",
"description": "Clone AST without extra properties",
"version": "2.1.1",
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/estools/espurify/issues",
"contributors": [
{
"name": "Renée Kooi",
"url": "https://github.com/goto-bus-stop"
},
{
"name": "Andreas Lind",
"url": "https://github.com/papandreou"
}
],
"devDependencies": {
"acorn": "^8.0.0",
"babel-types": "^6.3.20",
"babylon": "^6.3.20",
"esprima": "^4.0.0",
"estraverse": "^5.0.0",
"mocha": "^8.0.0",
"semistandard": "^14.0.0",
"snazzy": "^8.0.0"
},
"files": [
"CHANGELOG.md",
"MIT-LICENSE.txt",
"README.md",
"index.js",
"lib",
"package.json"
],
"homepage": "https://github.com/estools/espurify",
"keywords": [
"ast",
"estree",
"ecmascript",
"es6"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/estools/espurify.git"
},
"scripts": {
"preversion": "npm test",
"lint": "semistandard --verbose index.js lib test | snazzy",
"fmt": "semistandard --fix index.js lib test",
"test": "npm run lint && mocha test"
},
"semistandard": {
"ignore": [
"/build/",
"/bench/",
"**/*.jsx"
],
"globals": [
"describe",
"beforeEach",
"it"
]
}
}