mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-16 11:06:55 +08:00
Add node deps
This commit is contained in:
64
node_modules/@babel/traverse/package.json
generated
vendored
Normal file
64
node_modules/@babel/traverse/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"_from": "@babel/traverse@^7.6.0",
|
||||
"_id": "@babel/traverse@7.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==",
|
||||
"_location": "/@babel/traverse",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@babel/traverse@^7.6.0",
|
||||
"name": "@babel/traverse",
|
||||
"escapedName": "@babel%2ftraverse",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/core",
|
||||
"/@babel/helpers",
|
||||
"/istanbul-lib-instrument",
|
||||
"/jest-circus",
|
||||
"/jest-jasmine2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.0.tgz",
|
||||
"_shasum": "389391d510f79be7ce2ddd6717be66d3fed4b516",
|
||||
"_spec": "@babel/traverse@^7.6.0",
|
||||
"_where": "C:\\Users\\david\\source\\julia-runtest\\node_modules\\@babel\\core",
|
||||
"author": {
|
||||
"name": "Sebastian McKenzie",
|
||||
"email": "sebmck@gmail.com"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.5.5",
|
||||
"@babel/generator": "^7.6.0",
|
||||
"@babel/helper-function-name": "^7.1.0",
|
||||
"@babel/helper-split-export-declaration": "^7.4.4",
|
||||
"@babel/parser": "^7.6.0",
|
||||
"@babel/types": "^7.6.0",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "^11.1.0",
|
||||
"lodash": "^4.17.13"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "^7.0.0"
|
||||
},
|
||||
"gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "@babel/traverse",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
|
||||
},
|
||||
"version": "7.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user