package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "pinkie-promise@^2.0.0",
  3. "_id": "pinkie-promise@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
  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. "/del/globby",
  20. "/load-json-file",
  21. "/loader-fs-cache/find-up",
  22. "/loader-fs-cache/path-exists",
  23. "/read-pkg-up/find-up",
  24. "/read-pkg-up/path-exists",
  25. "/read-pkg/path-type"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  28. "_shasum": "2135d6dfa7a358c069ac9b178776288228450ffa",
  29. "_spec": "pinkie-promise@^2.0.0",
  30. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\loader-fs-cache\\node_modules\\find-up",
  31. "author": {
  32. "name": "Vsevolod Strukchinsky",
  33. "email": "floatdrop@gmail.com",
  34. "url": "github.com/floatdrop"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/floatdrop/pinkie-promise/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "pinkie": "^2.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "ES2015 Promise ponyfill",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/floatdrop/pinkie-promise#readme",
  55. "keywords": [
  56. "promise",
  57. "promises",
  58. "es2015",
  59. "es6",
  60. "polyfill",
  61. "ponyfill"
  62. ],
  63. "license": "MIT",
  64. "name": "pinkie-promise",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/floatdrop/pinkie-promise.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "2.0.1"
  73. }