package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.0.0",
  3. "_id": "@babel/helper-annotate-as-pure@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
  6. "_location": "/@babel/helper-annotate-as-pure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-annotate-as-pure@^7.0.0",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-remap-async-to-generator",
  21. "/@babel/plugin-transform-classes",
  22. "/@babel/plugin-transform-template-literals"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
  25. "_shasum": "323d39dd0b50e10c7c06ca7d7638e6864d8c5c32",
  26. "_spec": "@babel/helper-annotate-as-pure@^7.0.0",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/helper-remap-async-to-generator",
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@babel/types": "^7.0.0"
  31. },
  32. "deprecated": false,
  33. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  34. "license": "MIT",
  35. "main": "lib/index.js",
  36. "name": "@babel/helper-annotate-as-pure",
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure"
  40. },
  41. "version": "7.0.0"
  42. }