package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "pinkie-promise@2.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pinkie-promise@2.0.1",
  10. "_id": "pinkie-promise@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
  13. "_location": "/pinkie-promise",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pinkie-promise@2.0.1",
  19. "name": "pinkie-promise",
  20. "escapedName": "pinkie-promise",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/find-up",
  27. "/load-json-file",
  28. "/path-exists",
  29. "/path-type"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  32. "_spec": "2.0.1",
  33. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  34. "author": {
  35. "name": "Vsevolod Strukchinsky",
  36. "email": "floatdrop@gmail.com",
  37. "url": "github.com/floatdrop"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/floatdrop/pinkie-promise/issues"
  41. },
  42. "dependencies": {
  43. "pinkie": "^2.0.0"
  44. },
  45. "description": "ES2015 Promise ponyfill",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/floatdrop/pinkie-promise#readme",
  56. "keywords": [
  57. "promise",
  58. "promises",
  59. "es2015",
  60. "es6",
  61. "polyfill",
  62. "ponyfill"
  63. ],
  64. "license": "MIT",
  65. "name": "pinkie-promise",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/floatdrop/pinkie-promise.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "2.0.1"
  74. }