package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-sticky-regex@7.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-sticky-regex@7.2.0",
  10. "_id": "@babel/plugin-transform-sticky-regex@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oeRUtZlVYKnB4NU338FQYf0mh+E=",
  13. "_location": "/@babel/plugin-transform-sticky-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-sticky-regex@7.2.0",
  19. "name": "@babel/plugin-transform-sticky-regex",
  20. "escapedName": "@babel%2fplugin-transform-sticky-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.2.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.2.0.tgz",
  30. "_spec": "7.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.0.0",
  34. "@babel/helper-regex": "^7.0.0"
  35. },
  36. "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
  37. "devDependencies": {
  38. "@babel/core": "^7.2.0",
  39. "@babel/helper-plugin-test-runner": "^7.0.0"
  40. },
  41. "keywords": [
  42. "babel-plugin"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/plugin-transform-sticky-regex",
  47. "peerDependencies": {
  48. "@babel/core": "^7.0.0-0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-sticky-regex"
  56. },
  57. "version": "7.2.0"
  58. }