package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "p-is-promise@^1.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/into-stream"
  6. ]
  7. ],
  8. "_from": "p-is-promise@>=1.1.0 <2.0.0",
  9. "_id": "p-is-promise@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-is-promise",
  13. "_nodeVersion": "7.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/p-is-promise-1.1.0.tgz_1480311619830_0.49488614220172167"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-is-promise",
  26. "raw": "p-is-promise@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/into-stream"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
  36. "_shasum": "9c9456989e9f6588017b0434d56097675c3da05e",
  37. "_shrinkwrap": null,
  38. "_spec": "p-is-promise@^1.1.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/into-stream",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/p-is-promise/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Check if something is a promise",
  50. "devDependencies": {
  51. "ava": "*",
  52. "bluebird": "^3.4.6",
  53. "xo": "*"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "9c9456989e9f6588017b0434d56097675c3da05e",
  58. "tarball": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "4333abad2f82fb0b33fbdd962ec25d7e3f0e0672",
  67. "homepage": "https://github.com/sindresorhus/p-is-promise#readme",
  68. "keywords": [
  69. "async",
  70. "await",
  71. "bluebird",
  72. "check",
  73. "detect",
  74. "es2015",
  75. "is",
  76. "kind",
  77. "promise",
  78. "promises",
  79. "thenable",
  80. "type"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "p-is-promise",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/p-is-promise.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "1.1.0",
  100. "xo": {
  101. "esnext": true
  102. }
  103. }