Ohm-Management - Projektarbeit B-ME
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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "is-promise@^2.1.0",
  3. "_id": "is-promise@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=",
  6. "_location": "/is-promise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-promise@^2.1.0",
  12. "name": "is-promise",
  13. "escapedName": "is-promise",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/run-async"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
  22. "_shasum": "79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa",
  23. "_spec": "is-promise@^2.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/run-async",
  25. "author": {
  26. "name": "ForbesLindesay"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/then/is-promise/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Test whether an object looks like a promises-a+ promise",
  34. "devDependencies": {
  35. "better-assert": "~0.1.0",
  36. "mocha": "~1.7.4"
  37. },
  38. "homepage": "https://github.com/then/is-promise#readme",
  39. "license": "MIT",
  40. "main": "index.js",
  41. "name": "is-promise",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/then/is-promise.git"
  45. },
  46. "scripts": {
  47. "test": "mocha -R spec"
  48. },
  49. "version": "2.1.0"
  50. }