[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "magic-string@0.25.7",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "magic-string@0.25.7",
|
---|
| 10 | "_id": "magic-string@0.25.7",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
|
---|
| 13 | "_location": "/magic-string",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "magic-string@0.25.7",
|
---|
| 19 | "name": "magic-string",
|
---|
| 20 | "escapedName": "magic-string",
|
---|
| 21 | "rawSpec": "0.25.7",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "0.25.7"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@angular-devkit/core",
|
---|
| 27 | "/@angular/compiler-cli"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
|
---|
| 30 | "_spec": "0.25.7",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Rich Harris"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/rich-harris/magic-string/issues"
|
---|
| 37 | },
|
---|
[6a3a178] | 38 | "dependencies": {
|
---|
| 39 | "sourcemap-codec": "^1.4.4"
|
---|
| 40 | },
|
---|
[59329aa] | 41 | "description": "Modify strings, generate sourcemaps",
|
---|
[6a3a178] | 42 | "devDependencies": {
|
---|
| 43 | "eslint": "^5.16.0",
|
---|
| 44 | "mocha": "^5.2.0",
|
---|
| 45 | "prettier": "^1.18.2",
|
---|
| 46 | "rollup": "^1.16.3",
|
---|
| 47 | "rollup-plugin-buble": "^0.19.6",
|
---|
| 48 | "rollup-plugin-node-resolve": "^5.2.0",
|
---|
| 49 | "rollup-plugin-replace": "^2.2.0",
|
---|
| 50 | "source-map": "^0.6.1",
|
---|
| 51 | "source-map-support": "^0.5.12"
|
---|
| 52 | },
|
---|
[59329aa] | 53 | "files": [
|
---|
| 54 | "dist/*",
|
---|
| 55 | "index.d.ts",
|
---|
| 56 | "README.md"
|
---|
| 57 | ],
|
---|
| 58 | "homepage": "https://github.com/rich-harris/magic-string#readme",
|
---|
| 59 | "jsnext:main": "dist/magic-string.es.js",
|
---|
[6a3a178] | 60 | "keywords": [
|
---|
| 61 | "string",
|
---|
| 62 | "string manipulation",
|
---|
| 63 | "sourcemap",
|
---|
| 64 | "templating",
|
---|
| 65 | "transpilation"
|
---|
| 66 | ],
|
---|
[59329aa] | 67 | "license": "MIT",
|
---|
| 68 | "main": "dist/magic-string.cjs.js",
|
---|
| 69 | "module": "dist/magic-string.es.js",
|
---|
| 70 | "name": "magic-string",
|
---|
| 71 | "repository": {
|
---|
| 72 | "type": "git",
|
---|
| 73 | "url": "git+https://github.com/rich-harris/magic-string.git"
|
---|
| 74 | },
|
---|
[6a3a178] | 75 | "scripts": {
|
---|
| 76 | "build": "rollup -c",
|
---|
[59329aa] | 77 | "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
|
---|
| 78 | "lint": "eslint src test",
|
---|
[6a3a178] | 79 | "prepare": "npm run build",
|
---|
| 80 | "prepublishOnly": "rm -rf dist && npm test",
|
---|
[59329aa] | 81 | "pretest": "npm run lint && npm run build",
|
---|
| 82 | "test": "mocha",
|
---|
[6a3a178] | 83 | "watch": "rollup -cw"
|
---|
| 84 | },
|
---|
[59329aa] | 85 | "typings": "index.d.ts",
|
---|
| 86 | "version": "0.25.7"
|
---|
[6a3a178] | 87 | }
|
---|