package.json 1.4 KB

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