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.

94 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "js-tokens@^4.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/highlight"
  6. ]
  7. ],
  8. "_from": "js-tokens@>=4.0.0 <5.0.0",
  9. "_id": "js-tokens@4.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/js-tokens",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/js-tokens-4.0.0.tgz_1517140737182_0.3507722308859229"
  17. },
  18. "_npmUser": {
  19. "email": "simon.lydell@gmail.com",
  20. "name": "lydell"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "js-tokens",
  26. "raw": "js-tokens@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/@babel/highlight",
  34. "/loose-envify"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  37. "_shasum": "19203fb59991df98e3a287050d4647cdeaf32499",
  38. "_shrinkwrap": null,
  39. "_spec": "js-tokens@^4.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/highlight",
  41. "author": {
  42. "name": "Simon Lydell"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/lydell/js-tokens/issues"
  46. },
  47. "dependencies": {},
  48. "description": "A regex that tokenizes JavaScript.",
  49. "devDependencies": {
  50. "coffeescript": "2.1.1",
  51. "esprima": "4.0.0",
  52. "everything.js": "1.0.3",
  53. "mocha": "5.0.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  58. "shasum": "19203fb59991df98e3a287050d4647cdeaf32499",
  59. "tarball": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "0eb6e9daee32160ab0fca979b6dc91a1991b720c",
  65. "homepage": "https://github.com/lydell/js-tokens#readme",
  66. "keywords": [
  67. "JavaScript",
  68. "js",
  69. "regex",
  70. "token",
  71. "tokenize"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "name": "lydell",
  77. "email": "simon.lydell@gmail.com"
  78. }
  79. ],
  80. "name": "js-tokens",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/lydell/js-tokens.git"
  86. },
  87. "scripts": {
  88. "build": "node generate-index.js",
  89. "dev": "npm run build && npm test",
  90. "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
  91. "test": "mocha --ui tdd"
  92. },
  93. "version": "4.0.0"
  94. }