Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "@babel/parser@^7.7.2",
  3. "_id": "@babel/parser@7.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A==",
  6. "_location": "/@babel/parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/parser@^7.7.2",
  12. "name": "@babel/parser",
  13. "escapedName": "@babel%2fparser",
  14. "scope": "@babel",
  15. "rawSpec": "^7.7.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.7.2"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/template",
  22. "/@babel/traverse"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
  25. "_shasum": "5fad457c2529de476a248f75b0f090b3060af043",
  26. "_spec": "@babel/parser@^7.7.2",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/core",
  28. "author": {
  29. "name": "Sebastian McKenzie",
  30. "email": "sebmck@gmail.com"
  31. },
  32. "bin": {
  33. "parser": "./bin/babel-parser.js"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A JavaScript parser",
  38. "devDependencies": {
  39. "@babel/code-frame": "^7.5.5",
  40. "@babel/helper-fixtures": "^7.6.3",
  41. "charcodes": "^0.2.0",
  42. "unicode-12.0.0": "^0.7.9"
  43. },
  44. "engines": {
  45. "node": ">=6.0.0"
  46. },
  47. "files": [
  48. "bin",
  49. "lib",
  50. "typings"
  51. ],
  52. "gitHead": "e315d65a7a8cedbe0476b4a2872890e93a1289ba",
  53. "homepage": "https://babeljs.io/",
  54. "keywords": [
  55. "babel",
  56. "javascript",
  57. "parser",
  58. "tc39",
  59. "ecmascript",
  60. "@babel/parser"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "@babel/parser",
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "https://github.com/babel/babel/tree/master/packages/babel-parser"
  71. },
  72. "types": "typings/babel-parser.d.ts",
  73. "version": "7.7.3"
  74. }