Files
enviPy-bayer/static/js/ketcher2/node_modules/babel-plugin-lodash/package.json
2025-06-23 20:13:54 +02:00

104 lines
2.8 KiB
JSON

{
"_from": "babel-plugin-lodash@3.2.11",
"_id": "babel-plugin-lodash@3.2.11",
"_inBundle": false,
"_integrity": "sha1-Icj97J/hg176pzeHPjkCvdZtVwE=",
"_location": "/babel-plugin-lodash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-lodash@3.2.11",
"name": "babel-plugin-lodash",
"escapedName": "babel-plugin-lodash",
"rawSpec": "3.2.11",
"saveSpec": null,
"fetchSpec": "3.2.11"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-lodash/-/babel-plugin-lodash-3.2.11.tgz",
"_shasum": "21c8fdec9fe1835efaa737873e3902bdd66d5701",
"_spec": "babel-plugin-lodash@3.2.11",
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
"author": {
"name": "Graeme Yeates",
"email": "megawac@gmail.com",
"url": "https://github.com/megawac"
},
"bugs": {
"url": "https://github.com/lodash/babel-plugin-lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Graeme Yeates",
"email": "megawac@gmail.com",
"url": "https://github.com/megawac"
},
{
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
}
],
"dependencies": {
"glob": "^7.1.1",
"lodash": "^4.17.2"
},
"deprecated": false,
"description": "Modular Lodash builds without the hassle.",
"devDependencies": {
"async": "^2.1.4",
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-lodash": "3.2.10",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"lodash-bound": "^1.1.2",
"lodash-compat": "^3.10.2",
"lodash-es": "^4.17.2",
"mocha": "^3.2.0",
"ramda": "^0.22.1",
"react-bootstrap": "^0.30.7"
},
"files": [
"lib"
],
"greenkeeper": {
"ignore": [
"babel-plugin-lodash"
]
},
"homepage": "https://github.com/lodash/babel-plugin-lodash#readme",
"keywords": [
"babel-plugin",
"cherry-pick",
"lodash",
"modules"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-lodash",
"repository": {
"type": "git",
"url": "git+https://github.com/lodash/babel-plugin-lodash.git"
},
"scripts": {
"build": "babel src --out-dir lib || true",
"prepublish": "npm run build",
"test": "mocha --check-leaks --compilers js:babel-register"
},
"version": "3.2.11"
}