Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/constantinople/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "constantinople", "version": "4.0.1", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Determine whether a JavaScript expression evaluates to a constant", "keywords": [ "constant", "ast", "tooling" ], "dependencies": { "@babel/parser": "^7.6.0", "@babel/types": "^7.6.1" }, "devDependencies": { "@types/node": "^9.4.4", "mocha": "*", "prettier": "^1.18.2", "typescript": "^2.7.1" }, "scripts": { "prepublish": "npm run build", "build": "tsc", "pretest": "npm run build && npm run prettier:check", "test": "mocha -R spec", "prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'", "prettier:check": "echo \"If prettier fails you can fix it by running npm run prettier:write\" && prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'" }, "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/constantinople.git" }, "author": "ForbesLindesay", "license": "MIT" }