mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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": [
    [
      "phin@2.9.3",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "phin@2.9.3",
  "_id": "phin@2.9.3",
  "_inBundle": false,
  "_integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
  "_location": "/phin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "phin@2.9.3",
    "name": "phin",
    "escapedName": "phin",
    "rawSpec": "2.9.3",
    "saveSpec": null,
    "fetchSpec": "2.9.3"
  },
  "_requiredBy": [
    "/@jimp/core",
    "/load-bmfont"
  ],
  "_resolved": "https://registry.npmmirror.com/phin/-/phin-2.9.3.tgz",
  "_spec": "2.9.3",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Ethan Davis"
  },
  "bugs": {
    "url": "https://github.com/ethanent/phin/issues"
  },
  "description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "whew": "^1.0.0"
  },
  "files": [
    "lib/phin.compiled.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/ethanent/phin#readme",
  "keywords": [
    "http",
    "https",
    "request",
    "fetch",
    "ajax",
    "url",
    "uri"
  ],
  "license": "MIT",
  "main": "lib/phin.compiled.js",
  "name": "phin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethanent/phin.git"
  },
  "scripts": {
    "build": "npx babel lib/phin.js --out-file lib/phin.compiled.js --presets env --minified --no-comments",
    "gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js",
    "prepublishOnly": "npm run test-dev",
    "test": "echo \"Tested before deployment.\" && exit 0",
    "test-dev": "node ./tests/test.js"
  },
  "version": "2.9.3"
}