package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-annotate-as-pure@7.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-annotate-as-pure@7.0.0",
  10. "_id": "@babel/helper-annotate-as-pure@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Mj053QtQ4Qx8Bsp9djjmhk2MXDI=",
  13. "_location": "/@babel/helper-annotate-as-pure",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-annotate-as-pure@7.0.0",
  19. "name": "@babel/helper-annotate-as-pure",
  20. "escapedName": "@babel%2fhelper-annotate-as-pure",
  21. "scope": "@babel",
  22. "rawSpec": "7.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-remap-async-to-generator",
  28. "/@babel/plugin-transform-classes",
  29. "/@babel/plugin-transform-template-literals"
  30. ],
  31. "_resolved": "http://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.0.0.tgz",
  32. "_spec": "7.0.0",
  33. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  34. "dependencies": {
  35. "@babel/types": "^7.0.0"
  36. },
  37. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@babel/helper-annotate-as-pure",
  41. "repository": {
  42. "type": "git",
  43. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure"
  44. },
  45. "version": "7.0.0"
  46. }