Blame view

node_modules/util.promisify/package.json 1.87 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
62
63
64
65
66
67
68
69
70
71
72
73
  {
    "_args": [
      [
        "util.promisify@1.0.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "util.promisify@1.0.0",
    "_id": "util.promisify@1.0.0",
    "_inBundle": false,
    "_integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
    "_location": "/util.promisify",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "util.promisify@1.0.0",
      "name": "util.promisify",
      "escapedName": "util.promisify",
      "rawSpec": "1.0.0",
      "saveSpec": null,
      "fetchSpec": "1.0.0"
    },
    "_requiredBy": [
      "/html-webpack-plugin"
    ],
    "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
    "_spec": "1.0.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/ljharb/util.promisify/issues"
    },
    "dependencies": {
      "define-properties": "^1.1.2",
      "object.getownpropertydescriptors": "^2.0.3"
    },
    "description": "Polyfill/shim for util.promisify in node versions < v8",
    "devDependencies": {
      "@es-shims/api": "^1.2.0",
      "@ljharb/eslint-config": "^11.0.0",
      "eslint": "^3.19.0",
      "safe-publish-latest": "^1.1.1"
    },
    "homepage": "https://github.com/ljharb/util.promisify#readme",
    "keywords": [
      "promisify",
      "promise",
      "util",
      "polyfill",
      "shim",
      "util.promisify"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "util.promisify",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/ljharb/util.promisify.git"
    },
    "scripts": {
      "lint": "eslint .",
      "prepublish": "safe-publish-latest",
      "pretest": "npm run lint",
      "test": "npm run tests-only",
      "tests-only": "es-shim-api --bound"
    },
    "version": "1.0.0"
  }