package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "individual@2.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "individual@2.0.0",
  9. "_id": "individual@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pWt8hBCqJsUWI/HtcfWod7+N9SgAqyPEaF7JQjwzjn5vGrpg6aQ5qeAFQ7dx//UH4J1O+7xqew+gCeeFt6xN/g==",
  12. "_location": "/individual",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "individual@2.0.0",
  18. "name": "individual",
  19. "escapedName": "individual",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/rust-result"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/individual/-/individual-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/individual/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jake Verbaten"
  41. }
  42. ],
  43. "dependencies": {},
  44. "description": "Garantueed individual values",
  45. "devDependencies": {
  46. "coveralls": "^2.10.0",
  47. "istanbul": "^0.2.7",
  48. "run-browser": "^1.3.1",
  49. "tape": "^2.12.3"
  50. },
  51. "homepage": "https://github.com/Raynos/individual",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/Raynos/individual/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "individual",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Raynos/individual.git"
  64. },
  65. "scripts": {
  66. "cover": "istanbul cover --report none --print detail test.js",
  67. "test": "node test.js",
  68. "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)"
  69. },
  70. "testling": {
  71. "files": "test.js",
  72. "browsers": [
  73. "ie/8..latest",
  74. "firefox/16..latest",
  75. "firefox/nightly",
  76. "chrome/22..latest",
  77. "chrome/canary",
  78. "opera/12..latest",
  79. "opera/next",
  80. "safari/5.1..latest",
  81. "ipad/6.0..latest",
  82. "iphone/6.0..latest",
  83. "android-browser/4.2..latest"
  84. ]
  85. },
  86. "version": "2.0.0"
  87. }