package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-literals@7.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-literals@7.2.0",
  10. "_id": "@babel/plugin-transform-literals@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aQNT6B+SZ9rU/Yz9d+r6hqulPqE=",
  13. "_location": "/@babel/plugin-transform-literals",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-literals@7.2.0",
  19. "name": "@babel/plugin-transform-literals",
  20. "escapedName": "@babel%2fplugin-transform-literals",
  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-literals/download/@babel/plugin-transform-literals-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. },
  35. "description": "Compile ES2015 unicode string and number literals to ES5",
  36. "devDependencies": {
  37. "@babel/core": "^7.2.0",
  38. "@babel/helper-plugin-test-runner": "^7.0.0"
  39. },
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-transform-literals",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals"
  55. },
  56. "version": "7.2.0"
  57. }