package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "type-detect@0.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "type-detect@0.1.1",
  10. "_id": "type-detect@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==",
  13. "_location": "/type-detect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "type-detect@0.1.1",
  19. "name": "type-detect",
  20. "escapedName": "type-detect",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/deep-eql"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/type-detect/-/type-detect-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jake Luer",
  33. "email": "jake@alogicalparadox.com",
  34. "url": "http://alogicalparadox.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chaijs/type-detect/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Improved typeof detection for node.js and the browser.",
  41. "devDependencies": {
  42. "component": "*",
  43. "coveralls": "2.0.16",
  44. "jscoverage": "0.3.7",
  45. "mocha": "*",
  46. "mocha-lcov-reporter": "0.0.1",
  47. "mocha-phantomjs": "*",
  48. "simple-assert": "*"
  49. },
  50. "engines": {
  51. "node": "*"
  52. },
  53. "homepage": "https://github.com/chaijs/type-detect#readme",
  54. "keywords": [],
  55. "license": "MIT",
  56. "main": "./index",
  57. "name": "type-detect",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/chaijs/type-detect.git"
  61. },
  62. "scripts": {
  63. "test": "make test"
  64. },
  65. "version": "0.1.1"
  66. }