tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "inherits@2.0.4",
  9. "_id": "inherits@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=",
  12. "_location": "/inherits",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inherits@2.0.4",
  18. "name": "inherits",
  19. "escapedName": "inherits",
  20. "rawSpec": "2.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.4"
  23. },
  24. "_requiredBy": [
  25. "/bl",
  26. "/readable-stream"
  27. ],
  28. "_resolved": "https://r.cnpmjs.org/inherits/download/inherits-2.0.4.tgz",
  29. "_spec": "2.0.4",
  30. "_where": "E:\\work\\code\\tis-cli",
  31. "browser": "./inherits_browser.js",
  32. "bugs": {
  33. "url": "https://github.com/isaacs/inherits/issues"
  34. },
  35. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  36. "devDependencies": {
  37. "tap": "^14.2.4"
  38. },
  39. "files": [
  40. "inherits.js",
  41. "inherits_browser.js"
  42. ],
  43. "homepage": "https://github.com/isaacs/inherits#readme",
  44. "keywords": [
  45. "inheritance",
  46. "class",
  47. "klass",
  48. "oop",
  49. "object-oriented",
  50. "inherits",
  51. "browser",
  52. "browserify"
  53. ],
  54. "license": "ISC",
  55. "main": "./inherits.js",
  56. "name": "inherits",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/inherits.git"
  60. },
  61. "scripts": {
  62. "test": "tap"
  63. },
  64. "version": "2.0.4"
  65. }