package.json 1.3 KB

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