You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotels/front/node_modules/@babel/helper-annotate-as-pure/package.json

64 lines
2.1 KiB

{
"_from": "@babel/helper-annotate-as-pure@^7.24.7",
"_id": "@babel/helper-annotate-as-pure@7.24.7",
"_inBundle": false,
"_integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
"_location": "/@babel/helper-annotate-as-pure",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-annotate-as-pure@^7.24.7",
"name": "@babel/helper-annotate-as-pure",
"escapedName": "@babel%2fhelper-annotate-as-pure",
"scope": "@babel",
"rawSpec": "^7.24.7",
"saveSpec": null,
"fetchSpec": "^7.24.7"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-create-regexp-features-plugin",
"/@babel/helper-remap-async-to-generator",
"/@babel/plugin-transform-classes",
"/@babel/plugin-transform-private-property-in-object"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
"_shasum": "5373c7bc8366b12a033b4be1ac13a206c6656aab",
"_spec": "@babel/helper-annotate-as-pure@^7.24.7",
"_where": "C:\\code\\t\\t101\\front\\node_modules\\@babel\\helper-create-class-features-plugin",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.24.7"
},
"deprecated": false,
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"devDependencies": {
"@babel/traverse": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-annotate-as-pure",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-annotate-as-pure"
},
"type": "commonjs",
"version": "7.24.7"
}