12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "@babel/traverse@7.4.5",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "@babel/traverse@7.4.5",
- "_id": "@babel/traverse@7.4.5",
- "_inBundle": false,
- "_integrity": "sha1-TpLRco/S8Yl9r90yHvv/khVsMhY=",
- "_location": "/@babel/traverse",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@babel/traverse@7.4.5",
- "name": "@babel/traverse",
- "escapedName": "@babel%2ftraverse",
- "scope": "@babel",
- "rawSpec": "7.4.5",
- "saveSpec": null,
- "fetchSpec": "7.4.5"
- },
- "_requiredBy": [
- "/@babel/core",
- "/@babel/helper-call-delegate",
- "/@babel/helper-explode-assignable-expression",
- "/@babel/helper-remap-async-to-generator",
- "/@babel/helper-replace-supers",
- "/@babel/helper-wrap-function",
- "/@babel/helpers"
- ],
- "_resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.4.5.tgz",
- "_spec": "7.4.5",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "sebmck@gmail.com"
- },
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.4",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.4",
- "@babel/parser": "^7.4.5",
- "@babel/types": "^7.4.4",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- },
- "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": "33ab4f166117e2380de3955a0842985f578b01b8",
- "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.4.5"
- }
|