| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "phin@^2.9.1",
- "_id": "phin@2.9.3",
- "_inBundle": false,
- "_integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
- "_location": "/phin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "phin@^2.9.1",
- "name": "phin",
- "escapedName": "phin",
- "rawSpec": "^2.9.1",
- "saveSpec": null,
- "fetchSpec": "^2.9.1"
- },
- "_requiredBy": [
- "/@jimp/core"
- ],
- "_resolved": "https://registry.npmmirror.com/phin/-/phin-2.9.3.tgz",
- "_shasum": "f9b6ac10a035636fb65dfc576aaaa17b8743125c",
- "_spec": "phin@^2.9.1",
- "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/core",
- "author": {
- "name": "Ethan Davis"
- },
- "bugs": {
- "url": "https://github.com/ethanent/phin/issues"
- },
- "bundleDependencies": false,
- "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
- "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"
- }
|