package.json 1.3 KB

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