package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "util-deprecate@1.0.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "util-deprecate@1.0.2",
  9. "_id": "util-deprecate@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  12. "_location": "/util-deprecate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "util-deprecate@1.0.2",
  18. "name": "util-deprecate",
  19. "escapedName": "util-deprecate",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/archiver/readable-stream",
  26. "/bl/readable-stream",
  27. "/browserify-sign/readable-stream",
  28. "/crc32-stream/readable-stream",
  29. "/hash-base/readable-stream",
  30. "/postcss-html/readable-stream",
  31. "/postcss-selector-parser",
  32. "/posthtml-parser/readable-stream",
  33. "/readable-stream",
  34. "/spdy-transport/readable-stream",
  35. "/tar-stream/readable-stream",
  36. "/zip-stream/readable-stream"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  39. "_spec": "1.0.2",
  40. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  41. "author": {
  42. "name": "Nathan Rajlich",
  43. "email": "nathan@tootallnate.net",
  44. "url": "http://n8.io/"
  45. },
  46. "browser": "browser.js",
  47. "bugs": {
  48. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  49. },
  50. "description": "The Node.js `util.deprecate()` function with browser support",
  51. "homepage": "https://github.com/TooTallNate/util-deprecate",
  52. "keywords": [
  53. "util",
  54. "deprecate",
  55. "browserify",
  56. "browser",
  57. "node"
  58. ],
  59. "license": "MIT",
  60. "main": "node.js",
  61. "name": "util-deprecate",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/TooTallNate/util-deprecate.git"
  65. },
  66. "scripts": {
  67. "test": "echo \"Error: no test specified\" && exit 1"
  68. },
  69. "version": "1.0.2"
  70. }