Blame view

node_modules/source-list-map/package.json 1.48 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "source-list-map@2.0.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "source-list-map@2.0.0",
    "_id": "source-list-map@2.0.0",
    "_inBundle": false,
    "_integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==",
    "_location": "/source-list-map",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "source-list-map@2.0.0",
      "name": "source-list-map",
      "escapedName": "source-list-map",
      "rawSpec": "2.0.0",
      "saveSpec": null,
      "fetchSpec": "2.0.0"
    },
    "_requiredBy": [
      "/css-loader",
      "/webpack-sources"
    ],
    "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
    "_spec": "2.0.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Tobias Koppers @sokra"
    },
    "bugs": {
      "url": "https://github.com/webpack/source-list-map/issues"
    },
    "description": "Fast line to line SourceMap generator.",
    "devDependencies": {
      "mocha": "^2.2.1",
      "should": "^5.2.0"
    },
    "files": [
      "lib"
    ],
    "homepage": "https://github.com/webpack/source-list-map",
    "keywords": [
      "source-map"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "name": "source-list-map",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/webpack/source-list-map.git"
    },
    "scripts": {
      "test": "mocha -R spec"
    },
    "version": "2.0.0"
  }