package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "is-promise@^2.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/run-async"
  6. ]
  7. ],
  8. "_from": "is-promise@>=2.1.0 <3.0.0",
  9. "_id": "is-promise@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-promise",
  13. "_nodeVersion": "1.6.2",
  14. "_npmUser": {
  15. "email": "forbes@lindesay.co.uk",
  16. "name": "forbeslindesay"
  17. },
  18. "_npmVersion": "2.7.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-promise",
  22. "raw": "is-promise@^2.1.0",
  23. "rawSpec": "^2.1.0",
  24. "scope": null,
  25. "spec": ">=2.1.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/listr",
  30. "/run-async"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
  33. "_shasum": "79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa",
  34. "_shrinkwrap": null,
  35. "_spec": "is-promise@^2.1.0",
  36. "_where": "/home/seleznev/project Angular/Quality system/node_modules/run-async",
  37. "author": {
  38. "name": "ForbesLindesay"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/then/is-promise/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Test whether an object looks like a promises-a+ promise",
  45. "devDependencies": {
  46. "better-assert": "~0.1.0",
  47. "mocha": "~1.7.4"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa",
  52. "tarball": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz"
  53. },
  54. "gitHead": "056f8ac12eed91886ac4f0f7d872a176f6ed698f",
  55. "homepage": "https://github.com/then/is-promise",
  56. "license": "MIT",
  57. "main": "index.js",
  58. "maintainers": [
  59. {
  60. "name": "forbeslindesay",
  61. "email": "forbes@lindesay.co.uk"
  62. }
  63. ],
  64. "name": "is-promise",
  65. "optionalDependencies": {},
  66. "readme": "ERROR: No README data found!",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/then/is-promise.git"
  70. },
  71. "scripts": {
  72. "test": "mocha -R spec"
  73. },
  74. "version": "2.1.0"
  75. }