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.

package.json 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "has-symbol-support-x@^1.4.1",
  3. "_id": "has-symbol-support-x@1.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==",
  6. "_location": "/has-symbol-support-x",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbol-support-x@^1.4.1",
  12. "name": "has-symbol-support-x",
  13. "escapedName": "has-symbol-support-x",
  14. "rawSpec": "^1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/has-to-string-tag-x"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
  22. "_shasum": "1409f98bc00247da45da67cee0a36f282ff26455",
  23. "_spec": "has-symbol-support-x@^1.4.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\has-to-string-tag-x",
  25. "author": {
  26. "name": "Graham Fairweather",
  27. "email": "xotic750@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Xotic750/has-symbol-support-x/issues"
  31. },
  32. "bundleDependencies": false,
  33. "copyright": "Copyright (c) 2015-present",
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Tests if ES6 Symbol is supported.",
  37. "devDependencies": {
  38. "@xotic750/eslint-config-standard-x": "^3.1.1",
  39. "ajv": "^6.1.1",
  40. "browserify": "^16.1.0",
  41. "browserify-derequire": "^0.9.4",
  42. "cross-env": "^5.1.3",
  43. "es5-shim": "^4.5.10",
  44. "es6-shim": "^0.35.3",
  45. "es7-shim": "^6.0.0",
  46. "eslint": "^4.18.1",
  47. "eslint-plugin-compat": "^2.2.0",
  48. "eslint-plugin-css-modules": "^2.7.5",
  49. "eslint-plugin-eslint-comments": "^2.0.2",
  50. "eslint-plugin-jsdoc": "^3.5.0",
  51. "eslint-plugin-json": "^1.2.0",
  52. "eslint-plugin-no-use-extend-native": "^0.3.12",
  53. "husky": "^0.13.4",
  54. "jasmine-node": "^1.14.5",
  55. "jsdoc-to-markdown": "^4.0.1",
  56. "json3": "^3.3.2",
  57. "make-jasmine-spec-runner-html": "^1.3.0",
  58. "ncp": "^2.0.0",
  59. "nodemon": "^1.15.1",
  60. "nsp": "^3.2.1",
  61. "parallelshell": "^3.0.2",
  62. "replace-x": "^1.5.0",
  63. "rimraf": "^2.6.2",
  64. "serve": "^6.4.11",
  65. "uglify-js": "^3.3.12"
  66. },
  67. "engines": {
  68. "node": "*"
  69. },
  70. "homepage": "https://github.com/Xotic750/has-symbol-support-x",
  71. "keywords": [
  72. "ES6",
  73. "hasSymbolSupport",
  74. "module",
  75. "javascript",
  76. "nodejs",
  77. "browser"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "has-symbol-support-x",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/Xotic750/has-symbol-support-x.git"
  85. },
  86. "scripts": {
  87. "browserify": "browserify -p browserify-derequire -e index.js -o lib/has-symbol-support-x.js -u 'crypto' -s returnExports",
  88. "build": "npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security",
  89. "build:description": "replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js",
  90. "build:jasmine": "npm run clean:jasmine && make-jasmine-spec-runner-html",
  91. "build:name": "replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js",
  92. "build:replace": "npm run build:setver && npm run build:name && npm run build:description",
  93. "build:setver": "replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js",
  94. "clean": "rimraf README.md lib/*",
  95. "clean:all": "npm run clean:jasmine && npm run clean",
  96. "clean:jasmine": "rimraf tests/index.html tests/run.js",
  97. "docs": "npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md",
  98. "docs:badges": "ncp badges.html README.md && npm run docs:name",
  99. "docs:name": "replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md",
  100. "lint": "eslint *.js tests/spec/*.js",
  101. "lint-fix": "npm run lint -- --fix",
  102. "precommit": "npm run production",
  103. "prepush": "npm run production",
  104. "production": "npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build",
  105. "security": "nsp check",
  106. "start": "parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"",
  107. "test": "jasmine-node --matchall tests/spec/",
  108. "uglify": "uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --config-file .uglifyjsrc.json"
  109. },
  110. "version": "1.4.2"
  111. }