package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-new-target@7.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-new-target@7.4.4",
  10. "_id": "@babel/plugin-transform-new-target@7.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GNEgQ4sMye6VpH8scryXaPvtYKU=",
  13. "_location": "/@babel/plugin-transform-new-target",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-new-target@7.4.4",
  19. "name": "@babel/plugin-transform-new-target",
  20. "escapedName": "@babel%2fplugin-transform-new-target",
  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-transform-new-target/download/@babel/plugin-transform-new-target-7.4.4.tgz",
  30. "_spec": "7.4.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.0.0"
  34. },
  35. "description": "Transforms new.target meta property",
  36. "devDependencies": {
  37. "@babel/core": "^7.4.4",
  38. "@babel/helper-plugin-test-runner": "^7.0.0",
  39. "@babel/plugin-proposal-class-properties": "^7.4.4",
  40. "@babel/plugin-transform-arrow-functions": "^7.0.0"
  41. },
  42. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  43. "keywords": [
  44. "babel-plugin"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/plugin-transform-new-target",
  49. "peerDependencies": {
  50. "@babel/core": "^7.0.0-0"
  51. },
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target"
  58. },
  59. "version": "7.4.4"
  60. }