package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-regex@7.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-regex@7.4.4",
  10. "_id": "@babel/helper-regex@7.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pH4CvJH7JZ0uZyfCowAT46wTxKI=",
  13. "_location": "/@babel/helper-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-regex@7.4.4",
  19. "name": "@babel/helper-regex",
  20. "escapedName": "@babel%2fhelper-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.4.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.4.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-unicode-property-regex",
  28. "/@babel/plugin-transform-dotall-regex",
  29. "/@babel/plugin-transform-sticky-regex",
  30. "/@babel/plugin-transform-unicode-regex"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/@babel/helper-regex/download/@babel/helper-regex-7.4.4.tgz",
  33. "_spec": "7.4.4",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "dependencies": {
  36. "lodash": "^4.17.11"
  37. },
  38. "description": "Helper function to check for literal RegEx",
  39. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@babel/helper-regex",
  43. "publishConfig": {
  44. "access": "public"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex"
  49. },
  50. "version": "7.4.4"
  51. }