package.json 2.2 KB

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