package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "is-typedarray@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-typedarray@1.0.0",
  10. "_id": "is-typedarray@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
  13. "_location": "/is-typedarray",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-typedarray@1.0.0",
  19. "name": "is-typedarray",
  20. "escapedName": "is-typedarray",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/less/request",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Hugh Kennedy",
  34. "email": "hughskennedy@gmail.com",
  35. "url": "http://hughsk.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/hughsk/is-typedarray/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Detect whether or not an object is a Typed Array",
  42. "devDependencies": {
  43. "tape": "^2.13.1"
  44. },
  45. "homepage": "https://github.com/hughsk/is-typedarray",
  46. "keywords": [
  47. "typed",
  48. "array",
  49. "detect",
  50. "is",
  51. "util"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "is-typedarray",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/hughsk/is-typedarray.git"
  59. },
  60. "scripts": {
  61. "test": "node test"
  62. },
  63. "version": "1.0.0"
  64. }