'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
74
75
76
77
78
79
80
81
82
83
84
{
  "_args": [
    [
      "flyio@0.6.14",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "flyio@0.6.14",
  "_id": "flyio@0.6.14",
  "_inBundle": false,
  "_integrity": "sha512-RE2OXE1ZZmcXOKb0jCtGyquHDxpAqHg17CZ8lmQKRfl3x1kP+NBpaQDx4WgN7DNpLJjFnspTzTEQpwRGg6/xaA==",
  "_location": "/flyio",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flyio@0.6.14",
    "name": "flyio",
    "escapedName": "flyio",
    "rawSpec": "0.6.14",
    "saveSpec": null,
    "fetchSpec": "0.6.14"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/flyio/-/flyio-0.6.14.tgz",
  "_spec": "0.6.14",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "wendux",
    "email": "824783146@qq.com",
    "url": "https://github.com/wendux/fly"
  },
  "browser": "index.js",
  "bugs": {
    "url": "https://github.com/wendux/fly/issues"
  },
  "dependencies": {
    "request": "^2.85.0"
  },
  "description": "Lightweigh Promise based HTTP client for the browser and node.js",
  "devDependencies": {
    "babel-core": "^6.0.0",
    "babel-loader": "^6.0.0",
    "babel-plugin-transform-runtime": "^6.0.0",
    "babel-preset-es2015": "^6.0.0",
    "babel-preset-es2017": "^6.24.1",
    "karma": "^2.0.2",
    "karma-babel-preprocessor": "^7.0.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^3.0.0",
    "keep-loader": "^0.7.1",
    "mocha": "^5.1.1",
    "promise-polyfill": "^7.1.2",
    "qs": "^6.5.1",
    "shelljs": "^0.8.1",
    "webpack": "^2.6.0"
  },
  "homepage": "https://github.com/wendux/fly",
  "keywords": [
    "flyjs",
    "fly.js"
  ],
  "license": "MIT",
  "main": "node-index.js",
  "name": "flyio",
  "respository": {
    "type": "git",
    "url": "https://github.com/wendux/fly"
  },
  "scripts": {
    "build": "node build.js npm && node build.js cdn && node build.js cdn-min && node build.js umd",
    "dev": "node build.js dev",
    "nodeTest": "node ./demon/nodeTest.js",
    "report-coverage": "codecov",
    "test": "karma start && codecov"
  },
  "typings": "./index.d.ts",
  "version": "0.6.14",
  "weapp": "dist/npm/wx.js"
}