租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.5 KiB

6 months ago
  1. {
  2. "_from": "once@^1.3.1",
  3. "_id": "once@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6. "_location": "/once",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "once@^1.3.1",
  12. "name": "once",
  13. "escapedName": "once",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/end-of-stream",
  20. "/glob",
  21. "/inflight",
  22. "/pump"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  25. "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
  26. "_spec": "once@^1.3.1",
  27. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\pump",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/once/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "wrappy": "1"
  39. },
  40. "deprecated": false,
  41. "description": "Run a function exactly one time",
  42. "devDependencies": {
  43. "tap": "^7.0.1"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "files": [
  49. "once.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/once#readme",
  52. "keywords": [
  53. "once",
  54. "function",
  55. "one",
  56. "single"
  57. ],
  58. "license": "ISC",
  59. "main": "once.js",
  60. "name": "once",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/isaacs/once.git"
  64. },
  65. "scripts": {
  66. "test": "tap test/*.js"
  67. },
  68. "version": "1.4.0"
  69. }