package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "one-time@1.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "one-time@1.0.0",
  9. "_id": "one-time@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
  12. "_location": "/one-time",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "one-time@1.0.0",
  18. "name": "one-time",
  19. "escapedName": "one-time",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/winston"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/one-time/-/one-time-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Arnout Kazemier"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/3rd-Eden/one-time/issues"
  35. },
  36. "dependencies": {
  37. "fn.name": "1.x.x"
  38. },
  39. "description": "Run the supplied function exactly one time (once)",
  40. "devDependencies": {
  41. "assume": "^2.2.0",
  42. "mocha": "^6.1.4",
  43. "nyc": "^14.1.0"
  44. },
  45. "homepage": "https://github.com/3rd-Eden/one-time#readme",
  46. "keywords": [
  47. "once",
  48. "function",
  49. "single",
  50. "one",
  51. "one-time",
  52. "execution",
  53. "nope"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "one-time",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/3rd-Eden/one-time.git"
  61. },
  62. "scripts": {
  63. "test": "nyc --reporter=text --reporter=json-summary npm run test:runner",
  64. "test:runner": "mocha test.js",
  65. "test:watch": "npm run test:runner -- --watch"
  66. },
  67. "version": "1.0.0"
  68. }