package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "has-symbols@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/object.assign"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/has-symbols/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com",
  44. "url": "http://ljharb.codes"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^8.0.0",
  51. "core-js": "^2.4.1",
  52. "eslint": "^3.5.0",
  53. "get-own-property-symbols": "^0.9.2",
  54. "nsp": "^2.6.1",
  55. "safe-publish-latest": "^1.0.1",
  56. "tape": "^4.6.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "homepage": "https://github.com/ljharb/has-symbols#readme",
  62. "keywords": [
  63. "Symbol",
  64. "symbols",
  65. "typeof",
  66. "sham",
  67. "polyfill",
  68. "native",
  69. "core-js",
  70. "ES6"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "has-symbols",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/ljharb/has-symbols.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint *.js",
  81. "posttest": "npm run --silent security",
  82. "prepublish": "safe-publish-latest",
  83. "pretest": "npm run --silent lint",
  84. "security": "nsp check",
  85. "test": "npm run --silent tests-only",
  86. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  87. "test:shams:corejs": "node test/shams/core-js.js",
  88. "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
  89. "test:staging": "node --harmony --es-staging test",
  90. "test:stock": "node test",
  91. "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams"
  92. },
  93. "testling": {
  94. "files": "test/index.js",
  95. "browsers": [
  96. "iexplore/6.0..latest",
  97. "firefox/3.0..6.0",
  98. "firefox/15.0..latest",
  99. "firefox/nightly",
  100. "chrome/4.0..10.0",
  101. "chrome/20.0..latest",
  102. "chrome/canary",
  103. "opera/10.0..latest",
  104. "opera/next",
  105. "safari/4.0..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "android-browser/4.2"
  109. ]
  110. },
  111. "version": "1.0.0"
  112. }