项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

112 line
2.9 KiB

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