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.

91 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "pinkie@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/pinkie-promise"
  6. ]
  7. ],
  8. "_from": "pinkie@>=2.0.0 <3.0.0",
  9. "_id": "pinkie@2.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pinkie",
  13. "_nodeVersion": "0.0.0-fake",
  14. "_npmUser": {
  15. "email": "support@npmjs.com",
  16. "name": "npm"
  17. },
  18. "_npmVersion": "0.0.0-fake",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "pinkie",
  22. "raw": "pinkie@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/pinkie-promise"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
  32. "_shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
  33. "_shrinkwrap": null,
  34. "_spec": "pinkie@^2.0.0",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/pinkie-promise",
  36. "author": {
  37. "email": "floatdrop@gmail.com",
  38. "name": "Vsevolod Strukchinsky",
  39. "url": "github.com/floatdrop"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/floatdrop/pinkie/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
  46. "devDependencies": {
  47. "core-assert": "^0.1.1",
  48. "coveralls": "^2.11.4",
  49. "mocha": "*",
  50. "nyc": "^3.2.2",
  51. "promises-aplus-tests": "*",
  52. "xo": "^0.10.1"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "72556b80cfa0d48a974e80e77248e80ed4f7f870",
  57. "tarball": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/floatdrop/pinkie#readme",
  66. "keywords": [
  67. "es2015",
  68. "es6",
  69. "promise",
  70. "promises"
  71. ],
  72. "license": "MIT",
  73. "maintainers": [
  74. {
  75. "name": "puradox",
  76. "email": "sambalana247@gmail.com"
  77. }
  78. ],
  79. "name": "pinkie",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/floatdrop/pinkie.git"
  85. },
  86. "scripts": {
  87. "coverage": "nyc report --reporter=text-lcov | coveralls",
  88. "test": "xo && nyc mocha"
  89. },
  90. "version": "2.0.4"
  91. }