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.3KB

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