package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "core-util-is@1.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "core-util-is@1.0.2",
  10. "_id": "core-util-is@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
  13. "_location": "/core-util-is",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "core-util-is@1.0.2",
  19. "name": "core-util-is",
  20. "escapedName": "core-util-is",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "E:\\amr1.0\\AMR",
  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. }