package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "reusify@1.0.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "reusify@1.0.4",
  9. "_id": "reusify@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  12. "_location": "/reusify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "reusify@1.0.4",
  18. "name": "reusify",
  19. "escapedName": "reusify",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/fastq"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Matteo Collina",
  32. "email": "hello@matteocollina.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mcollina/reusify/issues"
  36. },
  37. "description": "Reuse objects and functions with style",
  38. "devDependencies": {
  39. "coveralls": "^2.13.3",
  40. "faucet": "0.0.1",
  41. "istanbul": "^0.4.5",
  42. "pre-commit": "^1.2.2",
  43. "standard": "^10.0.3",
  44. "tape": "^4.8.0"
  45. },
  46. "engines": {
  47. "iojs": ">=1.0.0",
  48. "node": ">=0.10.0"
  49. },
  50. "homepage": "https://github.com/mcollina/reusify#readme",
  51. "keywords": [
  52. "reuse",
  53. "object",
  54. "performance",
  55. "function",
  56. "fast"
  57. ],
  58. "license": "MIT",
  59. "main": "reusify.js",
  60. "name": "reusify",
  61. "pre-commit": [
  62. "lint",
  63. "test"
  64. ],
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/mcollina/reusify.git"
  68. },
  69. "scripts": {
  70. "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
  71. "istanbul": "istanbul cover tape test.js",
  72. "lint": "standard",
  73. "test": "tape test.js | faucet"
  74. },
  75. "version": "1.0.4"
  76. }