package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "is-lambda@^1.0.1",
  3. "_id": "is-lambda@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
  6. "_location": "/is-lambda",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-lambda@^1.0.1",
  12. "name": "is-lambda",
  13. "escapedName": "is-lambda",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/make-fetch-happen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
  22. "_shasum": "3d9877899e6a53efc0160504cde15f82e6f061d5",
  23. "_spec": "is-lambda@^1.0.1",
  24. "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
  25. "author": {
  26. "name": "Thomas Watson Steen",
  27. "email": "w@tson.dk",
  28. "url": "https://twitter.com/wa7son"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/watson/is-lambda/issues"
  32. },
  33. "bundleDependencies": false,
  34. "coordinates": [
  35. 37.3859955,
  36. -122.0838831
  37. ],
  38. "dependencies": {},
  39. "deprecated": false,
  40. "description": "Detect if your code is running on an AWS Lambda server",
  41. "devDependencies": {
  42. "clear-require": "^1.0.1",
  43. "standard": "^10.0.2"
  44. },
  45. "homepage": "https://github.com/watson/is-lambda",
  46. "keywords": [
  47. "aws",
  48. "hosting",
  49. "hosted",
  50. "lambda",
  51. "detect"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "is-lambda",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/watson/is-lambda.git"
  59. },
  60. "scripts": {
  61. "test": "standard && node test.js"
  62. },
  63. "version": "1.0.1"
  64. }