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.

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "thunkify@^2.1.2",
  3. "_id": "thunkify@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+qDp0jDFGsyVyhOjYawFyn4EVT0=",
  6. "_location": "/thunkify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "thunkify@^2.1.2",
  12. "name": "thunkify",
  13. "escapedName": "thunkify",
  14. "rawSpec": "^2.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.2"
  17. },
  18. "_requiredBy": [
  19. "/pac-resolver"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz",
  22. "_shasum": "faa0e9d230c51acc95ca13a361ac05ca7e04553d",
  23. "_spec": "thunkify@^2.1.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\pac-resolver",
  25. "bugs": {
  26. "url": "https://github.com/visionmedia/node-thunkify/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {},
  30. "deprecated": false,
  31. "description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",
  32. "devDependencies": {
  33. "mocha": "*",
  34. "should": "*"
  35. },
  36. "homepage": "https://github.com/visionmedia/node-thunkify#readme",
  37. "keywords": [
  38. "thunk",
  39. "co",
  40. "generator",
  41. "generators",
  42. "promise"
  43. ],
  44. "license": "MIT",
  45. "name": "thunkify",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/visionmedia/node-thunkify.git"
  49. },
  50. "version": "2.1.2"
  51. }