package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "sorted-array-functions@1.3.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "sorted-array-functions@1.3.0",
  9. "_id": "sorted-array-functions@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==",
  12. "_location": "/sorted-array-functions",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sorted-array-functions@1.3.0",
  18. "name": "sorted-array-functions",
  19. "escapedName": "sorted-array-functions",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/node-schedule"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz",
  28. "_spec": "1.3.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Mathias Buus",
  32. "url": "@mafintosh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/sorted-array-functions/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Maintain and search through a sorted array using some low level functions",
  39. "devDependencies": {
  40. "standard": "^8.4.0",
  41. "tape": "^4.6.2"
  42. },
  43. "homepage": "https://github.com/mafintosh/sorted-array-functions",
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "sorted-array-functions",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/mafintosh/sorted-array-functions.git"
  50. },
  51. "scripts": {
  52. "test": "standard && tape test.js"
  53. },
  54. "version": "1.3.0"
  55. }