Blame view

node_modules/@babel/helper-replace-supers/package.json 1.68 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
  {
    "_args": [
      [
        "@babel/helper-replace-supers@7.2.3",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_from": "@babel/helper-replace-supers@7.2.3",
    "_id": "@babel/helper-replace-supers@7.2.3",
    "_inBundle": false,
    "_integrity": "sha512-GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA==",
    "_location": "/@babel/helper-replace-supers",
    "_phantomChildren": {
      "@babel/parser": "7.2.3",
      "chalk": "2.4.2",
      "esutils": "2.0.2",
      "lodash": "4.17.11",
      "trim-right": "1.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "@babel/helper-replace-supers@7.2.3",
      "name": "@babel/helper-replace-supers",
      "escapedName": "@babel%2fhelper-replace-supers",
      "scope": "@babel",
      "rawSpec": "7.2.3",
      "saveSpec": null,
      "fetchSpec": "7.2.3"
    },
    "_requiredBy": [
      "/@babel/plugin-transform-classes"
    ],
    "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.2.3.tgz",
    "_spec": "7.2.3",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "dependencies": {
      "@babel/helper-member-expression-to-functions": "^7.0.0",
      "@babel/helper-optimise-call-expression": "^7.0.0",
      "@babel/traverse": "^7.2.3",
      "@babel/types": "^7.0.0"
    },
    "description": "Helper function to replace supers",
    "gitHead": "d35f2ad92b322c3bb9c6792e2683807afae0b105",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "@babel/helper-replace-supers",
    "publishConfig": {
      "access": "public"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers"
    },
    "version": "7.2.3"
  }