package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-proposal-unicode-property-regex@7.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-proposal-unicode-property-regex@7.4.4",
  10. "_id": "@babel/plugin-proposal-unicode-property-regex@7.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UB/9mCbAuR2iJpByByKsfLHKnHg=",
  13. "_location": "/@babel/plugin-proposal-unicode-property-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-proposal-unicode-property-regex@7.4.4",
  19. "name": "@babel/plugin-proposal-unicode-property-regex",
  20. "escapedName": "@babel%2fplugin-proposal-unicode-property-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.4.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.4.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.4.4.tgz",
  30. "_spec": "7.4.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-plugin-utils": "^7.0.0",
  37. "@babel/helper-regex": "^7.4.4",
  38. "regexpu-core": "^4.5.4"
  39. },
  40. "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  41. "devDependencies": {
  42. "@babel/core": "^7.4.4",
  43. "@babel/helper-plugin-test-runner": "^7.0.0"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  49. "homepage": "https://babeljs.io/",
  50. "keywords": [
  51. "babel-plugin",
  52. "regex",
  53. "regexp",
  54. "regular expressions",
  55. "unicode properties",
  56. "unicode"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "@babel/plugin-proposal-unicode-property-regex",
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0-0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex"
  70. },
  71. "version": "7.4.4"
  72. }