Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "has-symbols@^1.0.0",
  3. "_id": "has-symbols@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=",
  6. "_location": "/has-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbols@^1.0.0",
  12. "name": "has-symbols",
  13. "escapedName": "has-symbols",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/is-symbol",
  21. "/object.assign"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
  24. "_shasum": "ba1a8f1af2a0fc39650f5c850367704122063b44",
  25. "_spec": "has-symbols@^1.0.0",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/object.assign",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com",
  30. "url": "http://ljharb.codes"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ljharb/has-symbols/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jordan Harband",
  39. "email": "ljharb@gmail.com",
  40. "url": "http://ljharb.codes"
  41. }
  42. ],
  43. "dependencies": {},
  44. "deprecated": false,
  45. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^8.0.0",
  48. "core-js": "^2.4.1",
  49. "eslint": "^3.5.0",
  50. "get-own-property-symbols": "^0.9.2",
  51. "nsp": "^2.6.1",
  52. "safe-publish-latest": "^1.0.1",
  53. "tape": "^4.6.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.4"
  57. },
  58. "homepage": "https://github.com/ljharb/has-symbols#readme",
  59. "keywords": [
  60. "Symbol",
  61. "symbols",
  62. "typeof",
  63. "sham",
  64. "polyfill",
  65. "native",
  66. "core-js",
  67. "ES6"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "has-symbols",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/ljharb/has-symbols.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint *.js",
  78. "posttest": "npm run --silent security",
  79. "prepublish": "safe-publish-latest",
  80. "pretest": "npm run --silent lint",
  81. "security": "nsp check",
  82. "test": "npm run --silent tests-only",
  83. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  84. "test:shams:corejs": "node test/shams/core-js.js",
  85. "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
  86. "test:staging": "node --harmony --es-staging test",
  87. "test:stock": "node test",
  88. "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams"
  89. },
  90. "testling": {
  91. "files": "test/index.js",
  92. "browsers": [
  93. "iexplore/6.0..latest",
  94. "firefox/3.0..6.0",
  95. "firefox/15.0..latest",
  96. "firefox/nightly",
  97. "chrome/4.0..10.0",
  98. "chrome/20.0..latest",
  99. "chrome/canary",
  100. "opera/10.0..latest",
  101. "opera/next",
  102. "safari/4.0..latest",
  103. "ipad/6.0..latest",
  104. "iphone/6.0..latest",
  105. "android-browser/4.2"
  106. ]
  107. },
  108. "version": "1.0.0"
  109. }