package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "core-util-is@1.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "core-util-is@1.0.2",
  9. "_id": "core-util-is@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
  12. "_location": "/core-util-is",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-util-is@1.0.2",
  18. "name": "core-util-is",
  19. "escapedName": "core-util-is",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/readable-stream",
  26. "/verror"
  27. ],
  28. "_resolved": "https://registry.nlark.com/core-util-is/download/core-util-is-1.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-util-is%2Fdownload%2Fcore-util-is-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/core-util-is/issues"
  38. },
  39. "description": "The `util.is*` functions introduced in Node v0.12.",
  40. "devDependencies": {
  41. "tap": "^2.3.0"
  42. },
  43. "homepage": "https://github.com/isaacs/core-util-is#readme",
  44. "keywords": [
  45. "util",
  46. "isBuffer",
  47. "isArray",
  48. "isNumber",
  49. "isString",
  50. "isRegExp",
  51. "isThis",
  52. "isThat",
  53. "polyfill"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/util.js",
  57. "name": "core-util-is",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/core-util-is.git"
  61. },
  62. "scripts": {
  63. "test": "tap test.js"
  64. },
  65. "version": "1.0.2"
  66. }