Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.0KB

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