Blame view

node_modules/convert-source-map/package.json 1.73 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "convert-source-map@1.6.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "convert-source-map@1.6.0",
    "_id": "convert-source-map@1.6.0",
    "_inBundle": false,
    "_integrity": "sha1-UbU3qMQ+DwTewZk7/83VBOdYrCA=",
    "_location": "/convert-source-map",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "convert-source-map@1.6.0",
      "name": "convert-source-map",
      "escapedName": "convert-source-map",
      "rawSpec": "1.6.0",
      "saveSpec": null,
      "fetchSpec": "1.6.0"
    },
    "_requiredBy": [
      "/babel-core"
    ],
    "_resolved": "http://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.6.0.tgz",
    "_spec": "1.6.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Thorsten Lorenz",
      "email": "thlorenz@gmx.de",
      "url": "http://thlorenz.com"
    },
    "bugs": {
      "url": "https://github.com/thlorenz/convert-source-map/issues"
    },
    "dependencies": {
      "safe-buffer": "~5.1.1"
    },
    "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",
    "devDependencies": {
      "inline-source-map": "~0.6.2",
      "tap": "~9.0.0"
    },
    "engine": {
      "node": ">=0.6"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/thlorenz/convert-source-map",
    "keywords": [
      "convert",
      "sourcemap",
      "source",
      "map",
      "browser",
      "debug"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "convert-source-map",
    "repository": {
      "type": "git",
      "url": "git://github.com/thlorenz/convert-source-map.git"
    },
    "scripts": {
      "test": "tap test/*.js --color"
    },
    "version": "1.6.0"
  }