package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "_from": "babel-helper-regex@^6.24.1",
  3. "_id": "babel-helper-regex@6.26.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
  6. "_location": "/babel-helper-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-helper-regex@^6.24.1",
  12. "name": "babel-helper-regex",
  13. "escapedName": "babel-helper-regex",
  14. "rawSpec": "^6.24.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.24.1"
  17. },
  18. "_requiredBy": [
  19. "/babel-plugin-transform-es2015-sticky-regex",
  20. "/babel-plugin-transform-es2015-unicode-regex"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
  23. "_shasum": "325c59f902f82f24b74faceed0363954f6495e72",
  24. "_spec": "babel-helper-regex@^6.24.1",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-plugin-transform-es2015-sticky-regex",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "babel-runtime": "^6.26.0",
  29. "babel-types": "^6.26.0",
  30. "lodash": "^4.17.4"
  31. },
  32. "deprecated": false,
  33. "description": "Helper function to check for literal RegEx",
  34. "license": "MIT",
  35. "main": "lib/index.js",
  36. "name": "babel-helper-regex",
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex"
  40. },
  41. "version": "6.26.0"
  42. }