| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- "magic-string@0.25.3",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "magic-string@0.25.3",
- "_id": "magic-string@0.25.3",
- "_inBundle": false,
- "_integrity": "sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA==",
- "_location": "/magic-string",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "magic-string@0.25.3",
- "name": "magic-string",
- "escapedName": "magic-string",
- "rawSpec": "0.25.3",
- "saveSpec": null,
- "fetchSpec": "0.25.3"
- },
- "_requiredBy": [
- "/@angular-devkit/core",
- "/@angular-devkit/schematics/@angular-devkit/core",
- "/@angular/cli/@angular-devkit/core",
- "/@angular/compiler-cli",
- "/@schematics/update/@angular-devkit/core"
- ],
- "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.3.tgz",
- "_spec": "0.25.3",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Rich Harris"
- },
- "bugs": {
- "url": "https://github.com/rich-harris/magic-string/issues"
- },
- "dependencies": {
- "sourcemap-codec": "^1.4.4"
- },
- "description": "Modify strings, generate sourcemaps",
- "devDependencies": {
- "eslint": "^5.16.0",
- "mocha": "^5.2.0",
- "prettier": "^1.18.2",
- "rollup": "^1.16.3",
- "rollup-plugin-buble": "^0.19.6",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-replace": "^2.2.0",
- "source-map": "^0.6.1",
- "source-map-support": "^0.5.12"
- },
- "files": [
- "dist/*",
- "index.d.ts",
- "README.md"
- ],
- "homepage": "https://github.com/rich-harris/magic-string#readme",
- "jsnext:main": "dist/magic-string.es.js",
- "keywords": [
- "string",
- "string manipulation",
- "sourcemap",
- "templating",
- "transpilation"
- ],
- "license": "MIT",
- "main": "dist/magic-string.cjs.js",
- "module": "dist/magic-string.es.js",
- "name": "magic-string",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rich-harris/magic-string.git"
- },
- "scripts": {
- "build": "rollup -c",
- "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
- "lint": "eslint src test",
- "prepublishOnly": "rm -rf dist && npm test",
- "pretest": "npm run lint && npm run build",
- "test": "mocha",
- "watch": "rollup -cw"
- },
- "typings": "index.d.ts",
- "version": "0.25.3"
- }
|