package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-check-es2015-constants@6.22.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-check-es2015-constants@6.22.0",
  10. "_id": "babel-plugin-check-es2015-constants@6.22.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
  13. "_location": "/babel-plugin-check-es2015-constants",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-check-es2015-constants@6.22.0",
  19. "name": "babel-plugin-check-es2015-constants",
  20. "escapedName": "babel-plugin-check-es2015-constants",
  21. "rawSpec": "6.22.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.22.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-preset-env"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
  29. "_spec": "6.22.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "dependencies": {
  32. "babel-runtime": "^6.22.0"
  33. },
  34. "description": "Compile ES2015 constants to ES5",
  35. "devDependencies": {
  36. "babel-helper-plugin-test-runner": "^6.22.0"
  37. },
  38. "keywords": [
  39. "babel-plugin"
  40. ],
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "babel-plugin-check-es2015-constants",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants"
  47. },
  48. "version": "6.22.0"
  49. }