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 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "xregexp@2.0.0",
  3. "_id": "xregexp@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=",
  6. "_location": "/xregexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "xregexp@2.0.0",
  12. "name": "xregexp",
  13. "escapedName": "xregexp",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ftp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz",
  22. "_shasum": "52a63e56ca0b84a7f3a5f3d61872f126ad7a5943",
  23. "_spec": "xregexp@2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\ftp",
  25. "author": {
  26. "name": "Steven Levithan",
  27. "email": "steves_list@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/slevithan/XRegExp/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Extended JavaScript regular expressions",
  35. "devDependencies": {
  36. "qunit": ">= 0.2.x"
  37. },
  38. "engines": {
  39. "node": "*"
  40. },
  41. "homepage": "http://xregexp.com/",
  42. "keywords": [
  43. "regex",
  44. "regexp"
  45. ],
  46. "license": "MIT",
  47. "main": "./xregexp-all.js",
  48. "name": "xregexp",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/slevithan/XRegExp.git"
  52. },
  53. "scripts": {
  54. "test": "node tests/node-qunit.js"
  55. },
  56. "version": "2.0.0"
  57. }