Server IP : 150.95.80.236 / Your IP : 18.119.118.180 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/api-uat.pcu.in.th/node_modules/magic-string/ |
Upload File : |
{ "name": "magic-string", "version": "0.30.5", "description": "Modify strings, generate sourcemaps", "keywords": [ "string", "string manipulation", "sourcemap", "templating", "transpilation" ], "repository": "https://github.com/rich-harris/magic-string", "license": "MIT", "author": "Rich Harris", "main": "./dist/magic-string.cjs.js", "module": "./dist/magic-string.es.mjs", "jsnext:main": "./dist/magic-string.es.mjs", "types": "./dist/magic-string.cjs.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/magic-string.es.mjs", "require": "./dist/magic-string.cjs.js" } }, "files": [ "dist/*", "index.d.ts", "README.md" ], "scripts": { "build": "rollup -c && cp ./src/index.d.ts ./dist/magic-string.es.d.mts && cp ./src/index.d.ts ./dist/magic-string.cjs.d.ts", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", "lint": "eslint src test && publint", "prepare": "npm run build", "prepublishOnly": "npm run lint && rm -rf dist && npm test", "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish", "pretest": "npm run build", "test": "mocha", "bench": "npm run build && node benchmark/index.mjs", "watch": "rollup -cw" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.0", "@rollup/plugin-replace": "^5.0.2", "benchmark": "^2.1.4", "bumpp": "^9.2.0", "conventional-changelog-cli": "^3.0.0", "eslint": "^8.47.0", "mocha": "^10.2.0", "prettier": "^3.0.2", "publint": "^0.2.1", "rollup": "^3.28.0", "source-map-js": "^1.0.2", "source-map-support": "^0.5.21" }, "engines": { "node": ">=12" }, "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" } }