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.

package.json 1.7KB

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