Blame view

node_modules/@babel/helper-function-name/package.json 1.5 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
  {
    "_args": [
      [
        "@babel/helper-function-name@7.0.0-beta.44",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "@babel/helper-function-name@7.0.0-beta.44",
    "_id": "@babel/helper-function-name@7.0.0-beta.44",
    "_inBundle": false,
    "_integrity": "sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg==",
    "_location": "/@babel/helper-function-name",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "@babel/helper-function-name@7.0.0-beta.44",
      "name": "@babel/helper-function-name",
      "escapedName": "@babel%2fhelper-function-name",
      "scope": "@babel",
      "rawSpec": "7.0.0-beta.44",
      "saveSpec": null,
      "fetchSpec": "7.0.0-beta.44"
    },
    "_requiredBy": [
      "/@babel/traverse"
    ],
    "_resolved": "http://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz",
    "_spec": "7.0.0-beta.44",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "dependencies": {
      "@babel/helper-get-function-arity": "7.0.0-beta.44",
      "@babel/template": "7.0.0-beta.44",
      "@babel/types": "7.0.0-beta.44"
    },
    "description": "Helper function to change the property 'name' of every function",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "@babel/helper-function-name",
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name"
    },
    "version": "7.0.0-beta.44"
  }