package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "phin@^2.9.1",
  3. "_id": "phin@2.9.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
  6. "_location": "/phin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "phin@^2.9.1",
  12. "name": "phin",
  13. "escapedName": "phin",
  14. "rawSpec": "^2.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.9.1"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/core"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/phin/-/phin-2.9.3.tgz",
  22. "_shasum": "f9b6ac10a035636fb65dfc576aaaa17b8743125c",
  23. "_spec": "phin@^2.9.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/core",
  25. "author": {
  26. "name": "Ethan Davis"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ethanent/phin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  33. "description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client",
  34. "devDependencies": {
  35. "babel-cli": "^6.26.0",
  36. "babel-preset-env": "^1.6.1",
  37. "whew": "^1.0.0"
  38. },
  39. "files": [
  40. "lib/phin.compiled.js",
  41. "LICENSE"
  42. ],
  43. "homepage": "https://github.com/ethanent/phin#readme",
  44. "keywords": [
  45. "http",
  46. "https",
  47. "request",
  48. "fetch",
  49. "ajax",
  50. "url",
  51. "uri"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/phin.compiled.js",
  55. "name": "phin",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/ethanent/phin.git"
  59. },
  60. "scripts": {
  61. "build": "npx babel lib/phin.js --out-file lib/phin.compiled.js --presets env --minified --no-comments",
  62. "gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js",
  63. "prepublishOnly": "npm run test-dev",
  64. "test": "echo \"Tested before deployment.\" && exit 0",
  65. "test-dev": "node ./tests/test.js"
  66. },
  67. "version": "2.9.3"
  68. }