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.

3 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "promise-polyfill@8.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "promise-polyfill@8.1.0",
  9. "_id": "promise-polyfill@8.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OzSf6gcCUQ01byV4BgwyUCswlaQQ6gzXc23aLQWhicvfX9kfsUiUhgt3CCQej8jDnl8/PhGF31JdHX2/MzF3WA==",
  12. "_location": "/promise-polyfill",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "promise-polyfill@8.1.0",
  18. "name": "promise-polyfill",
  19. "escapedName": "promise-polyfill",
  20. "rawSpec": "8.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.1.0"
  23. },
  24. "_requiredBy": [
  25. "/jspdf"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.0.tgz",
  28. "_spec": "8.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Taylor Hakes"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/taylorhakes/promise-polyfill/issues"
  35. },
  36. "dependencies": {},
  37. "description": "Lightweight promise polyfill. A+ compliant",
  38. "devDependencies": {
  39. "cross-env": "^5.1.1",
  40. "eslint": "^4.11.0",
  41. "google-closure-compiler": "^20180610.0.1",
  42. "husky": "^0.14.3",
  43. "karma": "^0.13.19",
  44. "karma-browserify": "^4.4.2",
  45. "karma-chrome-launcher": "^0.2.2",
  46. "karma-mocha": "^0.2.1",
  47. "lint-staged": "^5.0.0",
  48. "mocha": "^2.3.4",
  49. "npm-run-all": "^4.1.2",
  50. "prettier": "^1.8.2",
  51. "promises-aplus-tests": "*",
  52. "rimraf": "^2.6.2",
  53. "rollup": "^0.52.0",
  54. "rollup-plugin-uglify": "^2.0.1",
  55. "sinon": "^1.17.2",
  56. "typescript": "^2.9.2"
  57. },
  58. "files": [
  59. "src",
  60. "lib",
  61. "dist"
  62. ],
  63. "homepage": "https://github.com/taylorhakes/promise-polyfill",
  64. "jsnext:main": "src/index.js",
  65. "keywords": [
  66. "promise",
  67. "promise-polyfill",
  68. "ES6",
  69. "promises-aplus"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/index.js",
  73. "module": "src/index.js",
  74. "name": "promise-polyfill",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/taylorhakes/promise-polyfill.git"
  78. },
  79. "scripts": {
  80. "build": "run-p build:**",
  81. "build:cjs": "rollup -i src/index.js -o lib/index.js -f cjs",
  82. "build:cjs-polyfill": "rollup -i src/polyfill.js -o lib/polyfill.js -f cjs",
  83. "build:umd-polyfill": "cross-env NODE_ENV=development rollup -i src/polyfill.js -o dist/polyfill.js -c rollup.umd.config.js",
  84. "build:umd-polyfill:min": "cross-env NODE_ENV=production rollup -i src/polyfill.js -o dist/polyfill.min.js -c rollup.umd.config.js",
  85. "closure": "google-closure-compiler --js=src/*.js --checks_only --module_resolution=node --compilation_level=ADVANCED",
  86. "lint": "eslint src && npm run closure && npm run typescript",
  87. "prebuild": "rimraf lib dist",
  88. "precommit": "lint-staged",
  89. "prepare": "npm run build",
  90. "prepublish": "test $(npm -v | tr . '\\n' | head -n 1) -ge '4' || exit 1",
  91. "pretest": "npm run build:cjs",
  92. "test": "npm run lint && mocha && karma start --single-run",
  93. "typescript": "tsc --checkJS --allowJS --noEmit src/index.js"
  94. },
  95. "unpkg": "dist/polyfill.min.js",
  96. "version": "8.1.0"
  97. }