123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "@babel/helpers@^7.5.4",
- "_id": "@babel/[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==",
- "_location": "/@babel/helpers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helpers@^7.5.4",
- "name": "@babel/helpers",
- "escapedName": "@babel%2fhelpers",
- "scope": "@babel",
- "rawSpec": "^7.5.4",
- "saveSpec": null,
- "fetchSpec": "^7.5.4"
- },
- "_requiredBy": [
- "/@babel/core"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.4.tgz",
- "_shasum": "2f00608aa10d460bde0ccf665d6dcf8477357cf0",
- "_spec": "@babel/helpers@^7.5.4",
- "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "[email protected]"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/template": "^7.4.4",
- "@babel/traverse": "^7.5.0",
- "@babel/types": "^7.5.0"
- },
- "deprecated": false,
- "description": "Collection of helper functions used by Babel transforms.",
- "devDependencies": {
- "@babel/helper-plugin-test-runner": "^7.0.0"
- },
- "gitHead": "a9a7f4e690b15d569deb8a53719f37d6dc09393b",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/helpers",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
- },
- "version": "7.5.4"
- }
|