404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.144.94.197: ~ $
{
  "name": "magic-string",
  "version": "0.30.0",
  "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": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/magic-string.es.mjs",
      "require": "./dist/magic-string.cjs.js"
    }
  },
  "files": [
    "dist/*",
    "index.d.ts",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "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": "^14.1.0",
    "@rollup/plugin-replace": "^4.0.0",
    "benchmark": "^2.1.4",
    "bumpp": "^8.2.1",
    "conventional-changelog-cli": "^2.2.2",
    "eslint": "^8.23.1",
    "mocha": "^10.0.0",
    "prettier": "^2.7.1",
    "publint": "^0.1.7",
    "rollup": "^2.79.1",
    "source-map-js": "^1.0.2",
    "source-map-support": "^0.5.21"
  },
  "engines": {
    "node": ">=12"
  },
  "dependencies": {
    "@jridgewell/sourcemap-codec": "^1.4.13"
  }
}

Filemanager

Name Type Size Permission Actions
dist Folder 0755
LICENSE File 1.03 KB 0644
README.md File 11.4 KB 0644
index.d.ts File 9.59 KB 0644
package.json File 1.81 KB 0644