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

79 lines
2.1 KiB
JSON

{
"_from": "transformify@~0.1.1",
"_id": "transformify@0.1.2",
"_inBundle": false,
"_integrity": "sha1-mk9CoVRDPdcnuAV1Qoo8nlSJ6/E=",
"_location": "/transformify",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"string_decoder": "0.10.31"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "transformify@~0.1.1",
"name": "transformify",
"escapedName": "transformify",
"rawSpec": "~0.1.1",
"saveSpec": null,
"fetchSpec": "~0.1.1"
},
"_requiredBy": [
"/exposify"
],
"_resolved": "https://registry.npmjs.org/transformify/-/transformify-0.1.2.tgz",
"_shasum": "9a4f42a154433dd727b80575428a3c9e5489ebf1",
"_spec": "transformify@~0.1.1",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/exposify",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/transformify/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~1.1.9"
},
"deprecated": false,
"description": "Takes a synchronous function that transforms a string and converts it into a transform compatible with browserify, catw and mutiny.",
"devDependencies": {
"apply-transform": "~0.1.3",
"nave": "~0.4.3",
"tap": "~0.4.3"
},
"engine": {
"node": ">=0.6"
},
"homepage": "https://github.com/thlorenz/transformify",
"keywords": [
"transform",
"stream",
"browserify",
"browserify-transform",
"catw",
"mutiny"
],
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/transformify/blob/master/LICENSE"
},
"main": "index.js",
"name": "transformify",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/transformify.git"
},
"scripts": {
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
"test-0.10": "nave use 0.10 npm run test-main",
"test-0.8": "nave use 0.8 npm run test-main",
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10",
"test-main": "tap test/*.js"
},
"version": "0.1.2"
}