Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "merge-source-map",
|
---|
3 | "version": "1.1.0",
|
---|
4 | "description": "Merge old source map and new source map in multi-transform flow",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "nyc tape test/*.js",
|
---|
8 | "lint": "eslint index.js 'test/**/*.js'",
|
---|
9 | "version": "npm run lint && npm run test"
|
---|
10 | },
|
---|
11 | "repository": {
|
---|
12 | "type": "git",
|
---|
13 | "url": "git+https://github.com/keik/merge-source-map.git"
|
---|
14 | },
|
---|
15 | "author": "keik <k4t0.kei@gmail.com>",
|
---|
16 | "license": "MIT",
|
---|
17 | "bugs": {
|
---|
18 | "url": "https://github.com/keik/merge-source-map/issues"
|
---|
19 | },
|
---|
20 | "keywords": [
|
---|
21 | "sourcemap",
|
---|
22 | "source-map"
|
---|
23 | ],
|
---|
24 | "dependencies": {
|
---|
25 | "source-map": "^0.6.1"
|
---|
26 | },
|
---|
27 | "devDependencies": {
|
---|
28 | "babel-core": "^6.25.0",
|
---|
29 | "babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
---|
30 | "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
---|
31 | "babel-plugin-transform-es2015-spread": "^6.22.0",
|
---|
32 | "coffee-script": "^1.12.6",
|
---|
33 | "convert-source-map": "^1.5.0",
|
---|
34 | "escodegen": "^1.8.1",
|
---|
35 | "eslint": "^3.19.0",
|
---|
36 | "esprima": "^3.1.3",
|
---|
37 | "estraverse": "^4.2.0",
|
---|
38 | "nyc": "^8.4.0",
|
---|
39 | "tape": "^4.6.3"
|
---|
40 | },
|
---|
41 | "files": []
|
---|
42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.