package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "async@~0.1.22",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_defaultsLoaded": true,
  9. "_engineSupported": true,
  10. "_from": "async@>=0.1.22 <0.2.0",
  11. "_id": "async@0.1.22",
  12. "_inCache": true,
  13. "_location": "/async",
  14. "_nodeVersion": "v0.6.18",
  15. "_npmUser": {
  16. "email": "caolan@caolanmcmahon.com",
  17. "name": "caolan"
  18. },
  19. "_npmVersion": "1.1.21",
  20. "_phantomChildren": {},
  21. "_requested": {
  22. "name": "async",
  23. "raw": "async@~0.1.22",
  24. "rawSpec": "~0.1.22",
  25. "scope": null,
  26. "spec": ">=0.1.22 <0.2.0",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "/grunt",
  31. "/grunt-legacy-util"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz",
  34. "_shasum": "0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061",
  35. "_shrinkwrap": null,
  36. "_spec": "async@~0.1.22",
  37. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  38. "author": {
  39. "name": "Caolan McMahon"
  40. },
  41. "bugs": {
  42. "url": "http://github.com/caolan/async/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Higher-order functions and common patterns for asynchronous code",
  46. "devDependencies": {
  47. "nodelint": ">0.0.0",
  48. "nodeunit": ">0.0.0",
  49. "uglify-js": "1.2.x"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061",
  54. "tarball": "http://registry.npmjs.org/async/-/async-0.1.22.tgz"
  55. },
  56. "engines": {
  57. "node": "*"
  58. },
  59. "installable": true,
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "http://github.com/caolan/async/raw/master/LICENSE"
  64. }
  65. ],
  66. "main": "./index",
  67. "maintainers": [
  68. {
  69. "name": "caolan",
  70. "email": "caolan@caolanmcmahon.com"
  71. }
  72. ],
  73. "name": "async",
  74. "optionalDependencies": {},
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/caolan/async.git"
  78. },
  79. "version": "0.1.22"
  80. }