Ohm-Management - Projektarbeit B-ME
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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "js-tokens@^4.0.0",
  3. "_id": "js-tokens@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  6. "_location": "/js-tokens",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "js-tokens@^4.0.0",
  12. "name": "js-tokens",
  13. "escapedName": "js-tokens",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  22. "_shasum": "19203fb59991df98e3a287050d4647cdeaf32499",
  23. "_spec": "js-tokens@^4.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/@babel/highlight",
  25. "author": {
  26. "name": "Simon Lydell"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/lydell/js-tokens/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A regex that tokenizes JavaScript.",
  34. "devDependencies": {
  35. "coffeescript": "2.1.1",
  36. "esprima": "4.0.0",
  37. "everything.js": "1.0.3",
  38. "mocha": "5.0.0"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/lydell/js-tokens#readme",
  44. "keywords": [
  45. "JavaScript",
  46. "js",
  47. "token",
  48. "tokenize",
  49. "regex"
  50. ],
  51. "license": "MIT",
  52. "name": "js-tokens",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/lydell/js-tokens.git"
  56. },
  57. "scripts": {
  58. "build": "node generate-index.js",
  59. "dev": "npm run build && npm test",
  60. "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
  61. "test": "mocha --ui tdd"
  62. },
  63. "version": "4.0.0"
  64. }