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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "ret@~0.1.10",
  3. "_id": "ret@0.1.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
  6. "_location": "/ret",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ret@~0.1.10",
  12. "name": "ret",
  13. "escapedName": "ret",
  14. "rawSpec": "~0.1.10",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.10"
  17. },
  18. "_requiredBy": [
  19. "/safe-regex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
  22. "_shasum": "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc",
  23. "_spec": "ret@~0.1.10",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\safe-regex",
  25. "author": {
  26. "name": "Roly Fentanes",
  27. "url": "https://github.com/fent"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fent/ret.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Tokenizes a string that represents a regular expression.",
  35. "devDependencies": {
  36. "istanbul": "*",
  37. "vows": "*"
  38. },
  39. "directories": {
  40. "lib": "./lib"
  41. },
  42. "engines": {
  43. "node": ">=0.12"
  44. },
  45. "files": [
  46. "lib"
  47. ],
  48. "homepage": "https://github.com/fent/ret.js#readme",
  49. "keywords": [
  50. "regex",
  51. "regexp",
  52. "regular expression",
  53. "parser",
  54. "tokenizer"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "ret",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/fent/ret.js.git"
  62. },
  63. "scripts": {
  64. "test": "istanbul cover vows -- --spec test/*-test.js"
  65. },
  66. "version": "0.1.15"
  67. }