package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "js-tokens@^9.0.1",
  3. "_id": "js-tokens@9.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  6. "_location": "/js-tokens",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "js-tokens@^9.0.1",
  12. "name": "js-tokens",
  13. "escapedName": "js-tokens",
  14. "rawSpec": "^9.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.0.1"
  17. },
  18. "_requiredBy": [
  19. "/strip-literal"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  22. "_shasum": "2ec43964658435296f6761b34e10671c2d9527f4",
  23. "_spec": "js-tokens@^9.0.1",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\strip-literal",
  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": "Tiny JavaScript tokenizer.",
  34. "exports": "./index.js",
  35. "homepage": "https://github.com/lydell/js-tokens#readme",
  36. "keywords": [
  37. "JavaScript",
  38. "js",
  39. "ECMAScript",
  40. "es",
  41. "token",
  42. "tokens",
  43. "tokenize",
  44. "tokenizer",
  45. "regex",
  46. "regexp"
  47. ],
  48. "license": "MIT",
  49. "name": "js-tokens",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/lydell/js-tokens.git"
  53. },
  54. "type": "commonjs",
  55. "version": "9.0.1"
  56. }