package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "wrappy@1",
  3. "_id": "wrappy@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  6. "_location": "/wrappy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wrappy@1",
  12. "name": "wrappy",
  13. "escapedName": "wrappy",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/dezalgo",
  20. "/inflight",
  21. "/once"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  24. "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
  25. "_spec": "wrappy@1",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/inflight",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/npm/wrappy/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Callback wrapping utility",
  39. "devDependencies": {
  40. "tap": "^2.3.1"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "files": [
  46. "wrappy.js"
  47. ],
  48. "homepage": "https://github.com/npm/wrappy",
  49. "license": "ISC",
  50. "main": "wrappy.js",
  51. "name": "wrappy",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/npm/wrappy.git"
  55. },
  56. "scripts": {
  57. "test": "tap --coverage test/*.js"
  58. },
  59. "version": "1.0.2"
  60. }