package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "kind-of@^1.1.0",
  3. "_id": "kind-of@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==",
  6. "_location": "/plugin-error/kind-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "kind-of@^1.1.0",
  12. "name": "kind-of",
  13. "escapedName": "kind-of",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/plugin-error/extend-shallow"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-1.1.0.tgz",
  22. "_shasum": "140a3d2d41a36d2efcfa9377b62c24f8495a5c44",
  23. "_spec": "kind-of@^1.1.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\plugin-error\\node_modules\\extend-shallow",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/kind-of/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Get the native type of a value.",
  35. "devDependencies": {
  36. "benchmarked": "^0.1.3",
  37. "chalk": "^0.5.1",
  38. "glob": "^4.3.5",
  39. "should": "^4.6.1",
  40. "type-of": "^2.0.1",
  41. "typeof": "^1.0.0"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/kind-of",
  50. "keywords": [
  51. "arguments",
  52. "array",
  53. "boolean",
  54. "check",
  55. "date",
  56. "function",
  57. "is",
  58. "is-type",
  59. "is-type-of",
  60. "kind",
  61. "kind-of",
  62. "number",
  63. "object",
  64. "regexp",
  65. "string",
  66. "test",
  67. "type",
  68. "type-of",
  69. "typeof",
  70. "types"
  71. ],
  72. "license": {
  73. "type": "MIT",
  74. "url": "https://github.com/jonschlinkert/kind-of/blob/master/LICENSE"
  75. },
  76. "main": "index.js",
  77. "name": "kind-of",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/jonschlinkert/kind-of.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "version": "1.1.0"
  86. }