package.json
2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_from": "magic-string@^0.25.7",
"_id": "magic-string@0.25.7",
"_inBundle": false,
"_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
"_location": "/magic-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "magic-string@^0.25.7",
"name": "magic-string",
"escapedName": "magic-string",
"rawSpec": "^0.25.7",
"saveSpec": null,
"fetchSpec": "^0.25.7"
},
"_requiredBy": [
"/@rollup/plugin-replace",
"/@surma/rollup-plugin-off-main-thread"
],
"_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
"_shasum": "3f497d6fd34c669c6798dcb821f2ef31f5445051",
"_spec": "magic-string@^0.25.7",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@rollup\\plugin-replace",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/rich-harris/magic-string/issues"
},
"bundleDependencies": false,
"dependencies": {
"sourcemap-codec": "^1.4.4"
},
"deprecated": false,
"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",
"prepare": "npm run build",
"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.7"
}