1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "babel-types@^6.26.0",
- "_id": "babel-types@6.26.0",
- "_inBundle": false,
- "_integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
- "_location": "/babel-types",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "babel-types@^6.26.0",
- "name": "babel-types",
- "escapedName": "babel-types",
- "rawSpec": "^6.26.0",
- "saveSpec": null,
- "fetchSpec": "^6.26.0"
- },
- "_requiredBy": [
- "/babel-generator",
- "/babel-jest/istanbul-lib-instrument",
- "/babel-plugin-transform-es2015-modules-commonjs",
- "/babel-plugin-transform-strict-mode",
- "/babel-template",
- "/babel-traverse"
- ],
- "_resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
- "_shasum": "a3b073f94ab49eb6fa55cd65227a334380632497",
- "_spec": "babel-types@^6.26.0",
- "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\babel-plugin-transform-es2015-modules-commonjs",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "sebmck@gmail.com"
- },
- "bundleDependencies": false,
- "dependencies": {
- "babel-runtime": "^6.26.0",
- "esutils": "^2.0.2",
- "lodash": "^4.17.4",
- "to-fast-properties": "^1.0.3"
- },
- "deprecated": false,
- "description": "Babel Types is a Lodash-esque utility library for AST nodes",
- "devDependencies": {
- "babel-generator": "^6.26.0",
- "babylon": "^6.18.0"
- },
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "main": "lib/index.js",
- "name": "babel-types",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
- },
- "version": "6.26.0"
- }
|