package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "@dojo/shim@~0.2.7",
  3. "_id": "@dojo/shim@0.2.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3R/n4a1/17acl9S5Wtay/0rcKzUqtVVJkCLPrGZq4NmRzWop09Unryqg/GV0Y1V7SbcILHKBL7bOTEfrpVX63g==",
  6. "_location": "/@dojo/shim",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@dojo/shim@~0.2.7",
  12. "name": "@dojo/shim",
  13. "escapedName": "@dojo%2fshim",
  14. "scope": "@dojo",
  15. "rawSpec": "~0.2.7",
  16. "saveSpec": null,
  17. "fetchSpec": "~0.2.7"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@dojo/shim/-/shim-0.2.7.tgz",
  23. "_shasum": "e5f45543d3887afcf2c1b118522353e398e10d3e",
  24. "_spec": "@dojo/shim@~0.2.7",
  25. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra",
  26. "bugs": {
  27. "url": "https://github.com/dojo/shim/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "intersection-observer": "0.4.2",
  32. "pepjs": "0.4.2",
  33. "tslib": "~1.8.0",
  34. "web-animations-js": "2.3.1"
  35. },
  36. "deprecated": false,
  37. "description": "Modules that provide modular fills of ES6+ functionality",
  38. "devDependencies": {
  39. "@dojo/loader": "~0.1.1",
  40. "@types/glob": "~5.0.0",
  41. "@types/grunt": "~0.4.0",
  42. "@types/node": "~6.0.49",
  43. "grunt": "~1.0.1",
  44. "grunt-dojo2": "latest",
  45. "grunt-tslint": "5.0.1",
  46. "husky": "0.14.3",
  47. "intern": "~4.1.0",
  48. "lint-staged": "6.0.0",
  49. "prettier": "1.9.2",
  50. "tslint": "5.8.0",
  51. "typescript": "~2.6.1"
  52. },
  53. "engines": {
  54. "npm": ">=3.0.0"
  55. },
  56. "homepage": "https://dojo.io",
  57. "license": "BSD-3-Clause",
  58. "lint-staged": {
  59. "*.{ts,tsx}": [
  60. "prettier --write",
  61. "git add"
  62. ]
  63. },
  64. "main": "main.js",
  65. "name": "@dojo/shim",
  66. "peerDependencies": {
  67. "@dojo/has": "~0.1.1"
  68. },
  69. "prettier": {
  70. "singleQuote": true,
  71. "tabWidth": 4,
  72. "useTabs": true,
  73. "parser": "typescript",
  74. "printWidth": 120,
  75. "arrowParens": "always"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/dojo/shim.git"
  80. },
  81. "version": "0.2.7"
  82. }