1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/esutils/package.json

115 lines
3.4 KiB
JSON

{
"_args": [
[
"esutils@2.0.2",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "esutils@2.0.2",
"_id": "esutils@2.0.2",
"_inBundle": false,
"_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
"_location": "/esutils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "esutils@2.0.2",
"name": "esutils",
"escapedName": "esutils",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/@babel/core/@babel/types",
"/@babel/generator/@babel/types",
"/@babel/helper-annotate-as-pure/@babel/types",
"/@babel/helper-builder-binary-assignment-operator-visitor/@babel/types",
"/@babel/helper-call-delegate/@babel/types",
"/@babel/helper-define-map/@babel/types",
"/@babel/helper-explode-assignable-expression/@babel/types",
"/@babel/helper-function-name/@babel/types",
"/@babel/helper-get-function-arity/@babel/types",
"/@babel/helper-hoist-variables/@babel/types",
"/@babel/helper-member-expression-to-functions/@babel/types",
"/@babel/helper-module-transforms/@babel/types",
"/@babel/helper-optimise-call-expression/@babel/types",
"/@babel/helper-remap-async-to-generator/@babel/types",
"/@babel/helper-replace-supers/@babel/types",
"/@babel/helper-simple-access/@babel/types",
"/@babel/helper-split-export-declaration/@babel/types",
"/@babel/helper-wrap-function/@babel/types",
"/@babel/helpers/@babel/types",
"/@babel/highlight",
"/@babel/plugin-transform-async-to-generator/@babel/types",
"/@babel/plugin-transform-runtime/@babel/types",
"/@babel/preset-env/@babel/types",
"/@babel/template/@babel/types",
"/@babel/traverse/@babel/types",
"/@babel/types",
"/@vue/babel-plugin-transform-vue-jsx/@babel/types",
"/@vue/babel-preset-app/@babel/types",
"/@vue/cli-plugin-eslint/@babel/types",
"/babel-code-frame",
"/babel-eslint/@babel/highlight",
"/babel-eslint/@babel/types",
"/doctrine",
"/eslint",
"/eslint-plugin-import/doctrine"
],
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"bugs": {
"url": "https://github.com/estools/esutils/issues"
},
"description": "utility box for ECMAScript language tools",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"jshint": "2.6.3",
"mocha": "~2.2.1",
"regenerate": "~1.2.1",
"unicode-7.0.0": "^0.1.5"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"LICENSE.BSD",
"README.md",
"lib"
],
"homepage": "https://github.com/estools/esutils",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
}
],
"main": "lib/utils.js",
"maintainers": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"url": "http://github.com/Constellation"
}
],
"name": "esutils",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/estools/esutils.git"
},
"scripts": {
"generate-regex": "node tools/generate-identifier-regex.js",
"lint": "jshint lib/*.js",
"test": "npm run-script lint && npm run-script unit-test",
"unit-test": "mocha --compilers coffee:coffee-script -R spec"
},
"version": "2.0.2"
}